Page 1 of 1

Can I change mouse's sensitive?

Posted: Wed Feb 11, 2009 02:38
by songge3604
I want to change mouse's sensitive, can I do this?

slow down mouse's movement and so on.

Posted: Wed Feb 11, 2009 09:57
by CrazyEddie
Hi,

If you're injecting via System::injectMouseMove, then you can use the System::setMouseMoveScaling function to scale the movement.

If you're injecting via System::injectMousePosition, you should see what facilities your input library offers as regards to this (or scale manually before injecting the position).

CE.