GetCursorPos function user32

int GetCursorPos(
  1. Pointer<POINT> lpPoint
)

Retrieves the position of the mouse cursor, in screen coordinates.

BOOL GetCursorPos(
  LPPOINT lpPoint
);

Implementation

int GetCursorPos(Pointer<POINT> lpPoint) => _GetCursorPos(lpPoint);