Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ curstype(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     curstype(3G)                                         curstype(3G)



NAME
curstype - defines the type and/or size of cursor
SPECIFICATION
C curstype(type)
long type;
FORTRAN subroutine curstyp(type)
integer*4 typ
DESCRIPTION
curstype defines the type and/or size of cursor. The system
supports five cursor types: 16x16 bits and 32x32 bits,
which can be 1 or 2 bits deep (1 or 3 colors), and a 32x32
bit cross-hair cursor. type can be one of five values:
C16x1, C16x2, C32x1, C32x2, and CCROSS. C16x1 is the default
value.
After you call curstype, call defcursor to specify the
appropriate sized array, and to assign a numeric value to
the glyph..
The cross-hair cursor is formed with a horizontal line and a
vertical line (each 1 pixel wide) that extend completely
across the screen. Its origin (15,15) is at the intersection
of the two lines. It is a one-color cursor, which uses
color number 3.
SEE ALSO
defcursor
Programming Guide, Section 6.5, Cursors
Page 1 (printed 8/20/87)

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