qkeyboard(3) — Unix Programmer’s Manual
NAME
qkeyboard - queue keyboard characters
SYNOPSIS
C
qkeyboard()
FORTRAN
subroutine qkeybo
Pascal
procedure qkeyboard;
DESCRIPTION
Qkeyboard makes each character typed on the keyboard an event; the character is added to the queue as an event of type KEYBOARD.
SEE ALSO
keyboard, qbutton, qvaluator, unqkeyboard
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c