Mouse Input & Movement

Started by
0 comments, last by Skibum 21 years, 7 months ago
What I''m wanting to do is to capture the location of the mouse (while it is over my window and while it is not) and be able to move the mouse through my program and change the cursor, how do I go about this?
Advertisement
http://msdn.microsoft.com

SetCursorPos()
GetCursorPos()
mouse_event()
keybd_event()
SendInput()

Also look at the related functions for those functions on MSDN.

This topic is closed to new replies.

Advertisement