EZ_WarpPointer | |
NAME
EZ_WarpPointer - move the mouse pointerSYNOPSIS
#include <EZ.h> void EZ_WarpPointer( int x, int y)ARGUMENTS
x, y Specify the screen coordinates of a point, relative to the upper left corner of the root window.DESCRIPTION
EZ_WarpPointer moves the mouse pointer to the specified position.