[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Show_Mouse_Cursor KeyTTT
Purpose To redisplay the mouse cursor.
Declaration Show_Mouse_Cursor;
Uses CRT, DOS, KeyTTT.
Remarks The mouse cursor is not normally displayed. Use this
procedure to display the mouse and use Hide_Mouse_Cursor to
turn it off again.
Example
USES CRT, DOS, KEYTTT;
BEGIN
SHOW_MOUSE_CURSOR;
END.
See the file MouseDem.pas on the distribution disk for a more detailed
example.
See Also:
Show_Mouse_Cursor
Confine_Mouse_Horiz
Confine_Mouse_Vert
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson