Sets the lights on the dial and switch box.
FORTRAN (libfgl.a)
void setdblights(Int32 mask)
SUBROUTINE SETDBL(mask) INTEGER*4 mask
The setdblights subroutine turns on a combination of the lights on the dial and switch 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.
Note: This subroutine cannot be used to add to a display list.
mask | Specifies 32 packed bits indicating which lights to turn on. |
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
AIX Graphics Library Overview and Using the Keyboard in GL in GL3.2 Version 4 for AIX: Programming Concepts.