Carbon


ObscureCursor

Header: Quickdraw.h Carbon status: Supported

Hides the cursor until the next time the user moves the mouse.

void ObscureCursor ();
DISCUSSION

Your application normally calls ObscureCursor when the user begins to type. Unlike HideCursor, ObscureCursor has no effect on the cursor level and must not be balanced by a call to ShowCursor.

AVAILABILITY

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)