Hello, I want to control the gain between the mouse and the cursor in Java using XP.
For example, I want to be able to make the cursor move 10 pix when the mouse moves x cm (where x could be 2 cm, or 10 cm, or 20 cm, etc.). I want to use a simple parameter, a multiplier, to do this. I can find the value of the parameter empirically (I can move the mouse x cm and play around with the parameter value until I get the 10 pix of cursor movement).
I know how to:
- switch off the Windows mouse accelerator so that the relation between mouse movement and cursor movement is linear.
I don't know how to:
- access the mouse position data in the registry (?) and then feed that to the Java cursor via a variable/parameter/multiplier.
Thanks in advance for any replies