Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
POINT GetMessagePos()
26
{
27
DWORD pos = ::GetMessagePos();
28
POINT pt = { GET_X_LPARAM(pos), GET_Y_LPARAM(pos) };
29
return pt;
30
}
31
32
POINT GetCursorPos()
33
{
Callers
5
OnLButtonDown
Function · 0.85
OnClick
Function · 0.85
OnDblClick
Function · 0.85
OnSetCursor
Method · 0.85
BlockColumn0
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected