Important: The information in this document is obsolete and should not be used for new development.
ObscureCursor
You use theObscureCursor
procedure to hide the cursor until the next time the user moves the mouse.
PROCEDURE ObscureCursor;DESCRIPTION
TheObscureCursor
procedure temporarily hides the cursor; the cursor is redisplayed the next time the user moves the mouse. Your application normally callsObscureCursor
when the user begins to type. UnlikeHideCursor
(which is described on page 8-26),ObscureCursor
has no effect on the cursor level and must not be balanced by a call toShowCursor
.