Simple question. Difficult answer likely. Is there any way to FORCE the mouse to a position ?
That is, I can select MOVEMOUSE(0,0) and the mouse cursor will suddenly appear at the top. It's not an X/Y adjustment either, it TRULY moves the mouse pointer there so that if I pick up the mouse and move it slightly up, it will be out of the application.
If I just do a mathematical adjustment, I'll quickly be off the edge of the screen with a mouse that is off-center in reading.
I want to do this for my input routine as I want it to be intuitive when it already knows where the player is moving it to.
[Please log in to post a comment]