Name
GrMoveCursor -- Move the cursor to specified coordinates
Synopsis
void GrMoveCursor (
GR_COORD x,
GR_COORD y
);
Parameters
- x, y
The absolute coordinates of the new cursor location.
Description
The GrMoveCursor function
moves the cursor to the coordinates (x,
y) relative to the root window.
The coordinates specify the new location of the cursor's hot spot,
and the server sets the cursor's appearance to the cursor for the
visible window at the new coordinates.