Yeah, thats the Question.
How can I change the Mouse-Speed in Windows in Java?
Greets
Yeah, thats the Question.
How can I change the Mouse-Speed in Windows in Java?
Greets
You can do this using JNI. See 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
.