Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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.
Today is November 21, 2024, 8:12 am This article has been viewed 35225 times.
|
|