Moving the mouse pointer
-
Hello there. I need help with a simple MFC program, it needs to move the mouse to a specific point on the window. Is there a function that can move the mouse to a coordinate? thanx..
KOM UIT DAAAAA!!!
You can use the SendInput function to move the mouse to any place on the screen. When using the function notice that the screen coordinates(resolution) have to be converted to mouse coordinates(0-65535) in both the horizontal and vertical directions.
Chipper Martin
-
You can use the SendInput function to move the mouse to any place on the screen. When using the function notice that the screen coordinates(resolution) have to be converted to mouse coordinates(0-65535) in both the horizontal and vertical directions.
Chipper Martin
-
Click on this link and it will lead you to the direct microsoft information for SendInput http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/sendinput.asp
Chipper Martin
-
Hello there. I need help with a simple MFC program, it needs to move the mouse to a specific point on the window. Is there a function that can move the mouse to a coordinate? thanx..
KOM UIT DAAAAA!!!