attachcursor(3) — Silicon Graphics R1c
NAME
attachcursor - attach the cursor to two valuators
SYNOPSIS
C
attachcursor(vx, vy)
Device vx, vy;
FORTRAN
subroutine attach(vx, vy)
integer*2 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.
SEE ALSO
noise, tie
NOTE
This command can only be used in immediate mode.
Version 2.3 — July 04, 1985