MCPcopy Create free account
hub / github.com/cmauri/eviacam / DoMovePointerRel

Method DoMovePointerRel

wxutil/mousecontrol.cpp:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369void CMouseControl::DoMovePointerRel (long dx, long dy)
370{
371 SendMouseCommand (dx, dy, MOUSE_MOVE_REL);
372}
373
374// Send a mouse control system command
375void CMouseControl::SendMouseCommand (long x, long y, int flags)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected