开发者

Java - How to change Mouse-Speed in Windows

Yeah, thats the Question.

How can I change the Mouse-Speed in Windo开发者_Go百科ws in Java?

Greets


You can do this using JNI.

See
https://web.archive.org/web/20181204163948/http://www.atwistedweb.com/java/jni.html

Similar question:
http://forums.sun.com/thread.jspa?threadID=374029.

C++ code here and mouse speed changing API here:
http://msdn.microsoft.com/en-us/library/ms724947%28VS.85%29.aspx.

Similar code:
http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvc/thread/b866d476-16ac-4313-bc84-6de4cdde806f
-- you need SPI_SETMOUSESPEED.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜