Issue with SystemParametersInfo SPI_SETMOUSESPEED #785
Unanswered
explorer-source
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to change mouse sensitivity using SystemParametersInfo but it doesn't work, below code is returning 0 in result but there GetLastError is also returning 0. Am I setting the Uint32 Pointer wrong or this just doesn't work?
Microsoft Docs says
Sets the current mouse speed. The pvParam parameter is an integer between 1 (slowest) and 20 (fastest). A value of 10 is the default. This value is typically set using the mouse control panel application.
CODE:
OUTPUT:
Beta Was this translation helpful? Give feedback.
All reactions