Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ GetCursorPos
Function
GetCursorPos
Win32Lib/Window.cpp:32–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
POINT GetCursorPos()
33
{
34
POINT pos;
35
if (!GetCursorPos(&pos))
36
ThrowLastError(
"GetCursorPos"
);
37
return pos;
38
}
39
40
} // namespace Win32
41
} // namespace fusion
Callers
3
OnTimer
Function · 0.85
OnSetCursor
Function · 0.85
OnSystemTrayIcon
Method · 0.85
Calls
1
ThrowLastError
Function · 0.85
Tested by
no test coverage detected