GetPhysicalCursorPos function user32

int GetPhysicalCursorPos(
  1. Pointer<POINT> lpPoint
)

Retrieves the position of the cursor in physical coordinates.

BOOL GetPhysicalCursorPos(
  LPPOINT lpPoint
);

Implementation

int GetPhysicalCursorPos(Pointer<POINT> lpPoint) =>
    _GetPhysicalCursorPos(lpPoint);