Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getcursor(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



getcursor(3G)                                                    getcursor(3G)



NAME
     getcursor - returns the cursor characteristics

C SPECIFICATION
     void getcursor(index, color, wtm, b)
     short *index;
     Colorindex *color, *wtm;
     Boolean *b;

PARAMETERS
     index   expects a pointer to the location into which the system writes
             the index of the current cursor.  The cursor index is an index
             into a table of cursor bitmaps.

     color   is an obsolete parameter.  It is retained for compatibility with
             previous releases.

     wtm     is an obsolete parameter.  It is retained for compatibility with
             previous releases.

     b       expects a pointer to the location into which the system returns a
             boolean indicating if the cursor in visible in the current
             window.

DESCRIPTION
     getcursor returns the index of the current cursor and a boolean value
     indicating if the cursor is visible in the current window.  (The cursor
     will not be visible if cursoff has been called.)

SEE ALSO
     curson, defcursor, setcursor

NOTE
     This routine is available only in immediate mode.





















                                                                        Page 1



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