unqdevice() — Silicon Graphics
NAME
unqdevice − removes the specified device from the event queue
SPECIFICATION
C
unqdevice(dev)
Device dev;
FORTRAN
subroutine unqdev(dev)
integer*4 dev
Pascal
procedure unqdevice(dev: Device);
DESCRIPTION
unqdevice removes the specified device from the list of devices whose changes are recorded in the event queue. If a device has recorded events that have not been read, they remain in the queue.
Use qreset to flush the event queue.
SEE ALSO
qdevice, qreset IRIS Graphics Programming, Section 7.3, The Event Queue
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987