graphics.hlp (Topic list)
_displaycursor
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Upon entry into each graphic routine, the screen cursor is turned
     off. The _displaycursor function determines whether the cursor
     will be turned back on when programs exit graphic routines. If
     <toggle> is set to _GCURSORON, the cursor is restored on exit. If
     <toggle> is set to _GCURSOROFF, the cursor is left off.
 
     Return Value
 
     The function returns the previous value of <toggle>. There is no
     error return.
                                    -♦-