◄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>. -♦-