<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_GetCursor |
Description
Retrieves a handle to the current cursor.
Syntax
n = Win_GetCursor()
Returns
Number.
The return value is the handle to the current cursor. If there is no cursor, the return value is NULL.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
Examples