<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_SetCursorPos |
Description
Set the cursor's position, in screen coordinates.
Syntax
n = Win_SetCursorPos(x, y)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
x |
numeric |
No |
|
y |
numeric |
No |
Remarks
For additional info, please refer to MS documentation at: http://msdn.microsoft.com/en-us/library/windows/desktop/ms648394(v=vs.85).aspx
Restrictions
See also
Examples