Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Imaging With QuickDraw /
Chapter 8 - Cursor Utilities / Cursor Utilities Reference
Routines / Hiding and Showing Cursors



HideCursor

You can use the HideCursor procedure to remove the cursor from the screen.

PROCEDURE HideCursor;
DESCRIPTION
The HideCursor procedure removes the cursor from the screen, restores the bits under the cursor image, and decrements the cursor level (which InitCursor initialized to 0). You might want to use HideCursor when the user is using the keyboard to create content in one of your application's windows. Every call to HideCursor should be balanced by a subsequent call to the ShowCursor procedure, which is described on page 8-28.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996