attachcursor() — Silicon Graphics Beta Release
NAME
attachcursor - attaches the cursor to two valuators
SPECIFICATION
C
attachcursor(vx, vy)
Device vx, vy;
FORTRAN
subroutine attach(vx, vy)
integer*4 vx, vy
Pascal
procedure attachcursor(vx, vy: Device);
DESCRIPTION
attachcursor attaches the cursor to the movement of two valuators. It takes two arguments, both valuator device numbers. The first valuator controls the horizontal motion of the cursor; the second argument determines vertical motion. The values of the valuators determine the cursor position in screen coordinates.
SEE ALSO
noise, tie
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985