Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 23, 2024, 2:19 am This article has been viewed 35228 times.
|
|