cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
setting the mouse speed
setting the mouse speed
Feb 2, 2011 at 3:57pm UTC
shadowvillian
(135)
Does anyone know a function to slow down the mouse?
Feb 3, 2011 at 5:33pm UTC
Athar
(4466)
That would be SystemParametersInfo (with the action SPI_SETMOUSESPEED):
http://msdn.microsoft.com/en-us/library/ms724947%28v=vs.85%29.aspx
Topic archived. No new replies allowed.