GetMessagePos function user32

int GetMessagePos()

Retrieves the cursor position for the last message retrieved by the GetMessage function.

To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getmessagepos.

Implementation

@pragma('vm:prefer-inline')
int GetMessagePos() => _GetMessagePos();