MS_setCursor
Sets the mouse cursor shape.
Declaration
void MGLAPI MS_setCursor(
cursor_t *curs)
Prototype In
mgraph.h
Parameters
curs |
Pointer to new mouse cursor shape |
Description
Sets the graphics mouse cursor shape, passed in the cursor_t structure. The cursor_t structure contains a mouse cursor AND mask and a mouse cursor XOR mask that is used to display the cursor on the screen, along with the mouse cursor hotspot location. Refer to the cursor_t structure definition for more information.
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com