Name
MovePointer -- move the mouse pointer (V6.0)
Synopsis
void MovePointer(APTR handle, int x, int y);
Function
This function must move the mouse pointer to the specified position. The position that is passed to this function is relative to the display's client area top-left corner.

Inputs
handle
display handle returned by OpenDisplay()
x
desired new x position for mouse pointer
y
desired new y position for mouse pointer

Show TOC