Important: The information in this document is obsolete and should not be used for new development.
Hiding and Showing Cursors
You can remove the cursor image from the screen by using either theHideCursororHide_Cursorprocedure. You can hide the cursor temporarily by using theObscureCursorprocedure, or you can hide the cursor in a given rectangle by using theShieldCursorprocedure. Your application should hide the cursor when the user is typing, for example. To display a cursor hidden by theHideCursor,Hide_Cursor, orObscureCursorprocedure, use theShowCursororShow_Cursorprocedure. (When you useObscureCursorto hide the cursor, the cursor is redisplayed automatically the next time the user moves the mouse.)
Subtopics
- HideCursor
- Hide_Cursor
- ObscureCursor
- ShieldCursor
- ShowCursor
- Show_Cursor