Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ curorigin(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

curorigin()  —  Silicon Graphics

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 .  The call to curorigin does not take effect until setcursor is called. 

SEE ALSO

attachcursor, defcursor, setcursor

NOTE

This command can be used only in immediate mode. 

Version 2.4  —  May 08, 1986

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