unqvaluator(3) — Silicon Graphics R1c
NAME
unqvaluator - unqueue a valuator
SYNOPSIS
C
unqvaluator(v)
Device v;
FORTRAN
subroutine unqval(v)
integer*2 v
Pascal
procedure unqvaluator(v: Device);
DESCRIPTION
Unqvaluator removes the valuator v from the list of valuator devices whose changes are recorded in the event queue.
SEE ALSO
qvaluator, setvaluator
NOTE
This command can only be used in immediate mode.
Version 2.3 — July 04, 1985