Hide_Cursor
You can use theHide_Cursorprocedure to hide the cursor if it is visible on the screen. TheHide_Cursorprocedure is functionally the same as theHideCursorprocedure described in the preceding section.
PROCEDURE Hide_Cursor;DESCRIPTION
TheHide_Cursorprocedure calls theHideCursorprocedure to remove the cursor's image from the screen and decrements the cursor level by 1. Every call toHide_Cursorshould be balanced by a subsequent call to theShow_Cursorprocedure, which is described on page 8-28. Before usingHide_Cursor, you must use theInitCursorCtlprocedure, which is described on page 8-20.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help