ObscureCursor
You use theObscureCursorprocedure to hide the cursor until the next time the user moves the mouse.
PROCEDURE ObscureCursor;DESCRIPTION
TheObscureCursorprocedure temporarily hides the cursor; the cursor is redisplayed the next time the user moves the mouse. Your application normally callsObscureCursorwhen the user begins to type. UnlikeHideCursor(which is described on page 8-26),ObscureCursorhas no effect on the cursor level and must not be balanced by a call toShowCursor.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help