|
-
April 13th, 1999, 04:08 AM
#1
Moving the mouse pointer
Hi, I was wondering if anyone out there knows how to change the position of the mouse pointer 'from behind the scenes'. For instance, I would ideally like a function whose prototype is as follows:
void MoveMouse( DWORD xpos, DWORD ypos)
Cheers,
Jase.
-
April 13th, 1999, 11:28 AM
#2
Re: Moving the mouse pointer
Jase,
Use the function
BOOL SetCursorPos(int X, int Y);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|