MCPcopy 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
32POINT 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

OnTimerFunction · 0.85
OnSetCursorFunction · 0.85
OnSystemTrayIconMethod · 0.85

Calls 1

ThrowLastErrorFunction · 0.85

Tested by

no test coverage detected