setcursor(3G) setcursor(3G)
setcursor - sets the cursor characteristics
void setcursor(index, color, wtm)
short index;
Colorindex color, wtm;
index expects an index into the predefined definition table.
color argument ignored.
wtm argument ignored.
setcursor selects a cursor glyph from among those defined with defcursor,
and associates it with the current graphics window. This glyph is
displayed at the cursor location whenever that location is inside the
associated window. color and wtm are ignored by this routine. To set the
color for the cursor use mapcolor and drawmode.
attachcursor, curstype, defcursor, curorigin, drawmode, getcursor,
mapcolor, RGBcursor
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|