setdblights() — Silicon Graphics Beta Release
NAME
setdblights - set 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: long);
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) = 400090.
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985