Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setcursor(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

setcursor(3)  —  Silicon Graphics R1c

NAME

setcursor - set the cursor characteristics

SYNOPSIS

C
setcursor(index, color, wtm)
short index;
Colorindex color, wtm;

FORTRAN
subroutine setcursor(index, color, wtm)
integer*2 index, color, wtm

Pascal
procedure setcursor(index: Short; color, wtm: Colorindex);

DESCRIPTION

Setcursor allows selection of a cursor glyph from a table already defined by the user.  The first argument, index, picks a glyph from the definition table.  Color and wtm select a color and writemask for the cursor.  The origin of the cursor glyph is at its lower left corner.  This is the position influenced by valuators attached to the cursor, and is also the position used by pick for the hit window. 

SEE ALSO

attachcursor, defcursor, getcursor, RGBcursor

NOTE

This command can only be used in immediate mode. 

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026