How to foce mouse cursor?

Started by
1 comment, last by Shaarigan 4 years ago

HI, I had a problem some days ago,,,,for some reason my mouse (wireless) cursor started jumping and it was unable to controll. But when I tried to play a game in that situation, somehoq that game forced mouse cursor to be stable like where I did physicaly moved that it wasss there. I want to know how to do that forcing?

Advertisement

You won't get a suiteable answer, just quesses what your problem was but in general you can lock the mouse to the center of the screen or the window. There are OS APIs to do force that for example in Windows WINAPI, or you can set the cursor position every time it changes on your own, also with some OS API features. Adding some threshold how fast the cursor is allowed to move can also be used to limit hitches

This topic is closed to new replies.

Advertisement