Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ qbutton(3) — libiris R1c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

qbutton(3)  —  Unix Programmer’s Manual

NAME

qbutton - queue a button

SYNOPSIS

C
qbutton(b)
Device b;

FORTRAN
subroutine qbutto(b)
integer∗2 b

Pascal
procedure qbutton(b: Device);

DESCRIPTION

Qbutton adds the given button to the list of queued devices.  Whenever button b changes state (goes from TRUE to FALSE or vice versa), an entry is made in the event queue.  The entry has a type (the device number) and some data, either TRUE or FALSE. 

SEE ALSO

getbutton, qkeyboard, qvaluator, setbutton, tie, unqbutton

NOTE

This command can only be used in immediate mode. 

Silicon Graphics  —  R1c

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