Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getdev(3g) — GL2 W2.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

getdev()  —  Silicon Graphics

NAME

getdev − reads a list of valuators at one time

SPECIFICATION

C
getdev(n, devs, vals)
long n;
Device *devs;
short *vals;

FORTRAN
subroutine getdev(n, devs, vals)
integer*4 n
integer*2 devs(n), vals(n)

Pascal
procedure getdev(n: longint; var devs: Short; var vals: Short);

DESCRIPTION

getdev allows up to 128 valuators and buttons to be input devices at one time.  n specifies the number of devices.  devs is an array of device number constants, such as MOUSEX, BPADX, LEFTMOUSE, etc.  vals returns the state of each device. 

SEE ALSO

getvaluator

Version 2.5  —  April 22, 1987

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