Reputation: 11
I want to change the mouse scheme from my C++ code on Windows. For example, I want to change from "Inverse (large)" to "Standard (large)". Should I just change the value of the current schemе in the Registry HKEY_CURRENT_USER\Control Panel\Cursors
?
I tried using the function ChangeCursor()
, but it doesn't work.
Upvotes: 1
Views: 61