Platform | Win32, x64 |
Purpose |
To set the position of the mouse with respect to a given window. |
Syntax |
SUBROUTINE SET_MOUSE_CURSOR_POSITION@( HWND, X, Y ) |
Description |
HWND is the handle of window, X is the x position relative to the window, and Y is the y position relative to the window. If HWND is zero, the positioning is relative to the top left-hand corner of the screen itself. |