window.MouseMove(int
ix, int iy);
Applicable Classes: MainWin
Parameters:
int ix - The x-coordinate location to move the sursor
to (relative to the top left of the window)
int iy - The y-coordinate location to move the cursor
to (relative to the top left of the window)
Return Value: None
Description:
Moves the mouse to the location specified by ix and
iy. The coordinates are relative to the window, not the screen.
To simulate movement relative to the screen, see the MouseMove
general function.
See MouseClick for an example.
See Also: MainWin
Functions