Important: The information in this document is obsolete and should not be used for new development.
HideCursor
You can use theHideCursor
procedure to remove the cursor from the screen.
PROCEDURE HideCursor;DESCRIPTION
TheHideCursor
procedure removes the cursor from the screen, restores the bits under the cursor image, and decrements the cursor level (whichInitCursor
initialized to 0). You might want to useHideCursor
when the user is using the keyboard to create content in one of your application's windows. Every call toHideCursor
should be balanced by a subsequent call to theShowCursor
procedure, which is described on page 8-28.