Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
364
void CMouseControl::DoMovePointerAbs (long x, long y)
365
{
366
SendMouseCommand (x, y, MOUSE_MOVE_ABS);
367
}
368
369
void CMouseControl::DoMovePointerRel (long dx, long dy)
370
{
Callers
1
DoAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected