setdblights(3G) — 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 a combination of the lights on the dial and button box. Each bit in the mask corresponds to a light. For example, to turn on lights 4, 7, and 22 (and leave all the others off), set the mask to (1<<4) | (1<<7) | (1<<22) = 0x400090.
SEE ALSO
dbtext Programming Guide, Section 7.5, Controlling Peripheral Input/Output Devices
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987