Mouse acceleration?

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!
 
M

Mike Warren

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
 
G

glenn.woodruff

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top