Encapsulates the AutoMate™ action in the “Mouse” group, “Move To Location.” The method attempts to move the mouse pointer to a specific point on the desktop.
Declaration
function MoveMouse (intXPos As Integer,
intYPos As Integer) As Integer
Parameters
intXPos
The X-coordinate to place the mouse pointer.
varYPos
The Y-coordinate to place the mount pointer.
Description
The MoveMouse method moves the mouse to the x, y point specified by the intXPos and intYPos parameters.