[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Mouse_Installed KeyTTT
Purpose To indicate if a Microsoft compatible mouse is installed.
Declaration Mouse_Installed:boolean;
Returns Boolean;
Uses CRT, DOS, KeyTTT.
Remarks This procedure is automatically called (if you include the
KeyTTT unit in your program) and it updates the global
variable Moused.
Example
USES CRT, DOS, KEYTTT;
BEGIN
IF NOT MOUSE_INSTALLED THEN HALT;
END.
See the file MouseDem.pas on the distribution disk for a more detailed
example.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson