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

Method fakeMouseMove

src/lib/platform/MSWindowsScreen.cpp:699–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699void MSWindowsScreen::fakeMouseMove(int32_t x, int32_t y)
700{
701 m_desks->fakeMouseMove(x, y);
702}
703
704void MSWindowsScreen::fakeMouseRelativeMove(int32_t dx, int32_t dy) const
705{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected