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
.
精彩评论