Moves the pointer by a specified number of pixels.
Syntax
MoveBy(dx, dy)
Parameters
- dx
- Number of pixels to move horizontally.
- dy
- Number of pixels to move vertically.
Remarks
Moves the pointer from the current position to a new position, dx
pixels away horizontally and dy away vertically.
Examples
CopyMove a window
[Move] Window 1..99 (Up='-' | Down='+') = MoveToEdge(Top) MoveBy(0,20) DragByScreenPercent($2$1, 0);
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)