Move the pointer to a new position, relative to a corner of the current window.
Syntax
MoveTo(dx, dy)
Parameters
- dx
- Horizontal offset in pixels from edge of current window. A positive number means the offset is relative to the left edge, while a negative number means the offset is relative to the right edge.
- dy
- Vertical offset in pixels from edge of current window. A positive number means the offset is relative to the top edge, while a negative number means the offset is relative to the bottom edge.
Remarks
Using pixel coordinates to position the pointer is not
the best way to control an application, but sometimes it's the only way.
Examples
CopyCompose HTML message in Thunderbird
New Message HTML = MoveTo(110, 83) {Shift+LeftButton};
See Also
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)