Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ curorigin(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     curorigin(3G)                                       curorigin(3G)



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
DESCRIPTION
curorigin sets the origin of a cursor. The origin is the
point on the cursor that aligns with the current cursor
valuators. The lower left corner of the cursor has
coordinates (0,0). Before calling curorigin, the cursor
must be defined with defcursor. n is an index into the
cursor table created by defcursor. curorigin does not take
effect until you call setcursor.
The default of curorigin is at (0,0) for user-defined
glyphs.
SEE ALSO
attachcursor, defcursor, setcursor
Programming Guide, Section 6.5, Cursors
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)

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