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

Method getCursorCenter

src/lib/platform/XWindowsScreen.cpp:755–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755void XWindowsScreen::getCursorCenter(int32_t &x, int32_t &y) const
756{
757 x = m_xCenter;
758 y = m_yCenter;
759}
760
761void XWindowsScreen::fakeMouseButton(ButtonID button, bool press)
762{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected