I want to hide my mouse cursor after an idle time and it will be showed up when I move the mouse. I tried to use a timer but it didn't work well. Can anybody help me? Please!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Here is a contrived example of how to do it. You probably had some missing logic that was overriding the cursor's visibility:
|
||||
|
|
|
If you are using WinForms and will only deploy on Windows machines then it's quite easy to use
And then in your
|
|||||
|
|
|
Need to account for Environment.Tickcount being negative:
|
|||
|
|