curorigin() — Silicon Graphics Beta Release
NAME
curorigin - sets the origin of a cursor
SPECIFICATION
C
curorigin(n, xorigin, yorigin)
short n, xorigin, yorigin;
FORTRAN
subroutine curori(n, xorigin, yorigin)
integer*4 n, xorigin, yorigin
Pascal
procedure curorigin(n, xorigin, yorigin: Short);
DESCRIPTION
curorigin sets the origin of a cursor. The origin is the position on the cursor that will be aligned with the current cursor valuators. The lower left corner of the cursor has coordinates (0,0). The cursor must already be defined with defcursor when curorigin is called. n is an index into the cursor table created by calls to defcursor .
SEE ALSO
defcursor, attachcursor
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985