Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ unqbutton(3) — libiris R1c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

unqbutton(3)  —  Unix Programmer’s Manual

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. 

Silicon Graphics  —  R1c

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026