unqbutton(3) — Silicon Graphics R1c
NAME
unqbutton - unqueue a button
SYNOPSIS
C
unqbutton(b)
Device b;
FORTRAN
subroutine unqbut(b)
integer*2 b
Pascal
procedure unqbutton(b: Device);
DESCRIPTION
Unqbutton unqueues the button b. When the button is removed from the queue, its state changes (from TRUE to FALSE or vice versa) are no longer recorded in the event queue. Buttons are queued with the qbutton command.
SEE ALSO
getbutton, qbutton, setbutton, tie, unqkeyboard, unqvaluator
NOTE
This command can only be used in immediate mode.
Version 2.3 — July 04, 1985