Move the pointer to a new position, relative to a corner of the current window.

MoveTo(dx, dy)

- 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.

Using pixel coordinates to position the pointer is not
the best way to control an application, but sometimes it's the only way.


New Message HTML = MoveTo(110, 83) {Shift+LeftButton};

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)