` Printed Icetips Article

Icetips Article



Par2: Positioning the mouse cursor
2012-05-21 -- Lee White
 
You can use the Windows SetCursorPos() API for this...

MODULE('')
  _SetCursorPos(SIGNED,SIGNED),BOOL,PASCAL,NAME('SetCursorPos'),PROC
END

The two parameters are the desired X and Y position from the top left
corner of the desktop in pixels.



Printed April 1, 2025, 11:48 pm
This article has been viewed/printed 35305 times.