![]() |
HideCursor |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
Hides the cursor if it is visible on the screen.
void HideCursor ();
The HideCursor function 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 applications windows. Every call to HideCursor should be balanced by a subsequent call to the ShowCursor function.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)