SLOWING DOWN the mouse (decreasing mouse sensitivity) 
Author Message
 SLOWING DOWN the mouse (decreasing mouse sensitivity)

This is a really bad way to do it, but you could put code in the mousemove
event (unfortunately you might have to do this for all your controls) that
takes a long time to excute (or you can use the sleep API call.) This might
not be cool, but It might just work.


Quote:

>Yes, I know that games experts are interested in increasing mouse
>sensitivity, but I am developing some educational software, and I need
>to be able to decrease mouse sensitivity if possible. At the lowest
>setting on the control panel moving the mouse across the full screen
>requires a mouse movement of about 5 cm.  I really would like to make
>a full screen movement require more like 15cm of mouse movement.

>Is there any way to do this? I'm willing to attempt to use
>sophisticated methods (DirectInput perhaps) -- but am hoping either
>for a simple way to do this or some pointers (all the DirectInput
>examples microsoft has are C++, and not readily understood by me I
>fear!

>Thanks to any and all!





Mon, 14 Jan 2002 03:00:00 GMT  
 SLOWING DOWN the mouse (decreasing mouse sensitivity)

Quote:

>Yes, I know that games experts are interested in increasing mouse
>sensitivity, but I am developing some educational software, and I need
>to be able to decrease mouse sensitivity if possible. At the lowest
>setting on the control panel moving the mouse across the full screen
>requires a mouse movement of about 5 cm.  I really would like to make
>a full screen movement require more like 15cm of mouse movement.

>Is there any way to do this? I'm willing to attempt to use
>sophisticated methods (DirectInput perhaps) -- but am hoping either
>for a simple way to do this or some pointers (all the DirectInput
>examples microsoft has are C++, and not readily understood by me I
>fear!

>Thanks to any and all!



Older mouse drivers used to have slower (less sensitive) settings.  What you
might want to do is try setting your mouse up with a different driver.  Fake
out the system and pretend your mouse is Kensington or Logictech or something
else.  Possibly check the manufacturer's web site for other drivers.

Barry

bceggers At usa DOT net



Mon, 14 Jan 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. SLOWING DOWN the mouse (decreasing mouse sensitivity)

2. Mouse Down and Mouse Up

3. basic & mouse sensitivity

4. Adjusting mouse sensitivity in VB6

5. Visual BAsic and Mouse Sensitivity

6. API to change the Mouse Sensitivity

7. QuickBasic 7.0 PDS UI Toolbox/Win 3.11 - SLOW MOUSE STARTUP

8. Populate A Form While Mouse Is Held Down?

9. Scroll Bars - detect mouse up & down

10. Event for holding left mouse button down???

11. global mouse down detect?

12. Mouse down events in Realizer

 

 
Powered by phpBB® Forum Software