GetCursor function Null safety user32
Retrieves a handle to the current cursor.
HCURSOR GetCursor();
Implementation
int GetCursor() => _GetCursor();
Retrieves a handle to the current cursor.
HCURSOR GetCursor();
int GetCursor() => _GetCursor();