MCPcopy Create free account
hub / github.com/deskflow/deskflow / getCursorPos

Method getCursorPos

src/lib/platform/MSWindowsScreen.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void MSWindowsScreen::getCursorPos(int32_t &x, int32_t &y) const
437{
438 m_desks->getCursorPos(x, y);
439}
440
441/*
442 * getThisCursorPos and setThisCursorPos will attempt to negotiate with the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected