InitCursor
You use theInitCursorprocedure to set the current cursor to the standard arrow and make it visible.
PROCEDURE InitCursor;DESCRIPTION
TheInitCursorprocedure sets the current cursor to the standard arrow and sets the cursor level to 0, making the cursor visible. (A value of -1 makes the cursor invisible.) The cursor level keeps track of the number of times the cursor has been hidden to compensate for nested calls to theHideCursorandShowCursorprocedures.SEE ALSO
For a description of theHideCursorprocedure, see page 8-26. For a description of theShowCursorprocedure, see page 8-28. Listing 8-1 on page 8-6 illustrates how to use theInitCursorprocedure.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help