[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Hide_Mouse_Cursor                                 KeyTTT



Purpose   To hide the mouse cursor from view!

Declaration    Hide_Mouse_Cursor;

Uses CRT, DOS, KeyTTT.

Remarks   The mouse cursor is set on with the Show_Mouse_Cursor
          procedure.

          The normal text Cursor is not affected by this procedure,
          and the OffCursor procedure should also be called to turn it
          off.



Example


               USES CRT, DOS, KEYTTT;
               BEGIN
                 HIDE_MOUSE_CURSOR;
               END.


See the file MouseDem.pas on the distribution disk for a more detailed
example.

See Also: Show_Mouse_Cursor
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson