MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetMessagePos

Function GetMessagePos

Win32Lib/Window.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25POINT GetMessagePos()
26{
27 DWORD pos = ::GetMessagePos();
28 POINT pt = { GET_X_LPARAM(pos), GET_Y_LPARAM(pos) };
29 return pt;
30}
31
32POINT GetCursorPos()
33{

Callers 5

OnLButtonDownFunction · 0.85
OnClickFunction · 0.85
OnDblClickFunction · 0.85
OnSetCursorMethod · 0.85
BlockColumn0Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected