Mouse acceleration?

  • Thread starter Thread starter glenn.woodruff
  • Start date Start date
G

glenn.woodruff

Is there a way to programmatically control mouse acceleration? I have
a headless app that uses a trackball to traverse a pretty large area
and also be precise, and I'm getting a lot of whining about mouse
sensitivity issues that this would solve quite nicely.

Thanks!
 
Hi Glenn,
Is there a way to programmatically control mouse acceleration? I have
a headless app that uses a trackball to traverse a pretty large area
and also be precise, and I'm getting a lot of whining about mouse
sensitivity issues that this would solve quite nicely.

This is just a guess:

Try setting the following values in HKCU\Control Panel\Mouse

MouseSpeed=1
MouseSensitivity=16

-Mike
 
Yes, the mouse control panel registry setting still controls this even
if you don't have that component installed, which is nice. Thanks for
the help.
 
Back
Top