graphics.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_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.
                                    -♦-