setdblights() — Silicon Graphics
NAME
setdblights - sets the lights on the dial and button box
SPECIFICATION
C
setdblights(mask)
long mask;
FORTRAN
subroutine setdbl(mask)
integer*4 mask
Pascal
procedure setdblights(mask: longint);
DESCRIPTION
setdblights turns on some combination of the lights on the dial and button box. Each bit in the mask corresponds to a light. To turn on lights 4, 7 and 22 and all the others off, the mask should be set to (1<<4) | (1<<7) | (1<<22) = 0x400090.
SEE ALSO
dbtext
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986