unqdevice(3G) — Silicon Graphics
NAME
unqdevice − disables the specified device from making entries in 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 Programming Guide, Section 7.4, The Event Queue
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987