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

Method DoMovePointerAbs

wxutil/mousecontrol.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void CMouseControl::DoMovePointerAbs (long x, long y)
365{
366 SendMouseCommand (x, y, MOUSE_MOVE_ABS);
367}
368
369void CMouseControl::DoMovePointerRel (long dx, long dy)
370{

Callers 1

DoActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected