Important: The information in this document is obsolete and should not be used for new development.
ShowCursor
You use theShowCursor
procedure to display a cursor hidden by theHideCursor
orShieldCursor
procedure.
PROCEDURE ShowCursor;DESCRIPTION
TheShowCursor
procedure increments the cursor level, which may have been decremented by theHideCursor
orShieldCursor
procedure, and displays the cursor on the screen when the level is 0. A call to theShowCursor
procedure should balance each previous call to theHideCursor
orShieldCursor
procedure. The level isn't incremented beyond 0, so extra calls toShowCursor
have no effect.Low-level interrupt-driven routines link the cursor with the mouse position, so that if the cursor level is 0 (visible), the cursor automatically follows the mouse.
If the cursor has been changed with the
SetCursor
procedure while hidden,ShowCursor
displays the new cursor.SEE ALSO
For a description of theHideCursor
procedure, see page 8-26. TheShieldCursor
procedure is described on page 8-27, and theSetCursor
procedure is described on page 8-23.