Disables an input device for event queuing
FORTRAN (libfgl.a)
void unqdevice(Device dev)
SUBROUTINE UNQDEV(dev) INTEGER*4 dev
The unqdevice subroutine 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 the qreset subroutine to flush the event queue.
Note: This subroutine cannot be used to add to a display list.
dev | Specifies an identifier for the device to be disabled. |
The example C language program prompt.c uses the unqdevice subroutine to disable input from the keyboard.
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
Enabling an input device for event queuing with the qdevice subroutine.
Emptying the event queue with the qreset subroutine.
AIX Graphics Library Overview and Controlling Queues and Devices.