- Inside Macintosh: Imaging With QuickDraw /
- Chapter 8 - Cursor Utilities / Cursor Utilities Reference
- Routines / Hiding and Showing Cursors
ObscureCursor
You use the ObscureCursor procedure to hide the cursor until the next time the user moves the mouse.
PROCEDURE ObscureCursor;
DESCRIPTION
The ObscureCursor procedure temporarily hides the cursor; the cursor is redisplayed the next time the user moves the mouse. Your application normally calls ObscureCursor when the user begins to type. Unlike HideCursor (which is described on page 8-26), ObscureCursor has no effect on the cursor level and must not be balanced by a call to ShowCursor.
© Apple Computer, Inc.
7 JUL 1996