MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / move

Function move

Service/InputDeviceXLib.cpp:165–170  ·  view source on GitHub ↗

Move mouse pointer (relative)

Source from the content-addressed store, hash-verified

163
164// Move mouse pointer (relative)
165void move (Display *display, int x, int y)
166{
167 XWarpPointer (display, None, None, 0,0,0,0, x, y);
168 XFlush (display);
169
170}
171
172// Move mouse pointer (absolute)
173void move_to (Display *display, int x, int y)

Callers 3

mouseMoveEventMethod · 0.85
ReToolBarSizeMethod · 0.85
slotTimeOutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected