getvaluator() — Silicon Graphics
NAME
getvaluator - returns the current state of a valuator
SPECIFICATION
C
long getvaluator(val)
Device val;
FORTRAN
integer*4 function getval(val)
integer*4 val
Pascal
function getvaluator(val: Device): longint;
DESCRIPTION
This command returns the current value of the valuator numbered val.
SEE ALSO
getbutton, qvaluator
NOTE
This command can be used only in immediate mode
Version 2.4 — May 08, 1986