unqkeyboard(3) — Silicon Graphics R1c
NAME
unqkeyboard - unqueue the keyboard
SYNOPSIS
C
unqkeyboard()
FORTRAN
subroutine unqkey
Pascal
procedure unqkeyboard;
DESCRIPTION
The keyboard can be queued like other input devices. When the keyboard is queued, each character typed is added to the queue as an event. Each event is a device number, KEYBOARD, and the ASCII character that was typed. Unqkeyboard unqueues the keyboard. Characters typed on the keyboard will no longer be entered in the event queue.
SEE ALSO
keyboard, qkeyboard
NOTE
This command can only be used in immediate mode.
Version 2.3 — July 04, 1985