GrMoveCursor()

Name

GrMoveCursor() -- Move the mouse cursor

Synopsis

GrMoveCursor ( GR_COORD x , GR_COORD y );

Description

This function will move the mouse pointer to the specified coordinates relative to the screen origin ((0, 0) is the upper left cornerof the screen). The cursor's hot spot is positioned at the specified coordinates.

Note

If the mouse is moved over another window, the cursor image will change to the image associated with that window.

Parameters

TypeNameDescription
GR_COORDxThe X coordinate to move the cursor too.
GR_COORDyThe Y coordinate to move the cursor too.

See Also

GrSetCursor().