unqdevice() — Silicon Graphics
NAME
unqdevice - unqueues a device from the event queue
SPECIFICATION
C
unqdevice(v)
Device v;
FORTRAN
subroutine unqdev(v)
integer*4 v
Pascal
procedure unqdevice(v: Device);
DESCRIPTION
unqdevice removes the specified device from the list of those whose changes are automatically recorded in the event queue. If the device already has recorded events in the queue that have not been read, they remain there. qreset can be used to flush the event queue.
SEE ALSO
qdevice, qreset
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986