Phantom Documentation

[Help Home] [Phantom Home]
MouseMove

MouseMove(int ix, int iy);

Parameters:
int ix - The x-coordinate location to move the sursor to (relative to the top left of the screen)
int iy - The y-coordinate location to move the cursor to (relative to the top left of the screen)
Return Value: None

Description:
Moves the mouse to the location specified by ix and iy.  This differs fromt the window MouseMove member function in that the coordinates are not relative to a window, but relative to the screen.

See MouseClick for an example.



Copyright 2000-2011 Phantom Automated Solutions