GetCursor function user32

int GetCursor()

Retrieves a handle to the current cursor.

HCURSOR GetCursor();

Implementation

int GetCursor() => _GetCursor();