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

Method fakeMouseRelativeMove

src/lib/platform/XWindowsScreen.cpp:780–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780void XWindowsScreen::fakeMouseRelativeMove(int32_t dx, int32_t dy) const
781{
782 // FIXME -- ignore xinerama for now
783 XTestFakeRelativeMotionEvent(m_display, dx, dy, CurrentTime);
784 XFlush(m_display);
785}
786
787void XWindowsScreen::fakeMouseWheel(ScrollDelta delta) const
788{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected