GetPhysicalCursorPos function user32
Retrieves the position of the cursor in physical coordinates.
BOOL GetPhysicalCursorPos(
LPPOINT lpPoint
);
Implementation
int GetPhysicalCursorPos(Pointer<POINT> lpPoint) =>
_GetPhysicalCursorPos(lpPoint);