` 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 May 6, 2024, 1:19 am
This article has been viewed/printed 35122 times.