setcursor(3G) setcursor(3G)
NAME
setcursor - sets the cursor characteristics
SPECIFICATION
C setcursor(index, color, wtm)
short index;
Colorindex color, wtm;
FORTRAN subroutine setcur(index, color, wtm)
integer*4 index, color, wtm
DESCRIPTION
setcursor selects a cursor glyph from among those defined
with defcursor. index picks a glyph from the definition
table. color and wtm are ignored. Set color for the cursor
with mapcolor and drawmode .
SEE ALSO
attachcursor, curstype, defcursor, drawmode, getcursor,
mapcolor, RGBcursor, curorigin
Programming Guide, Section 6.5, Cursors
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)