what is the code for the mouse speed

Blitz3D Forums/Blitz3D Programming/what is the code for the mouse speed

dman(Posted 2011) [#1]
Hi, I would like to know how the mouse speed works.


what is the code.


Warner(Posted 2011) [#2]
There is one written for BlitzMax here:
http://www.blitzmax.com/Community/posts.php?topic=47133
It should be not too hard converting is to Blitz3D.


Serpent(Posted 2011) [#3]
MouseXSpeed() and MouseYSpeed() already exist in Blitz3D.


jfk EO-11110(Posted 2011) [#4]
make sure to use MouseXSpeed right before you call vwait or an other screen sync, otherwise it maybe won't work right. (or right after?? anyway, the two things have an impact on eachother somehow. not on windows here, so i can't test it).