Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setvaluator(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



setvaluator(3G)                                                setvaluator(3G)



NAME
     setvaluator - assigns an initial value and a range to a valuator

C SPECIFICATION
     void setvaluator(v, init, vmin, vmax)
     Device v;
     short init, vmin, vmax;

PARAMETERS
     v      expects the device number for the valuator being set.

     init   expects the initial value to be assigned to the valuator.

     vmin   expects the minimum value that the device can assume.

     vmax   expects the maximum value that the device can assume.

DESCRIPTION
     setvaluator sets the initial value and the minimum and maximum values the
     specified device can assume.

     Some devices, such as tablets, report values fixed to a grid.  In this
     case, the device defines an initial position and init is ignored.

SEE ALSO
     getvaluator

NOTE
     This routine is available only in immediate mode.


























                                                                        Page 1



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