home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
ootp
/
chap07
/
list7_2.pas
next >
Wrap
Pascal/Delphi Source File
|
1990-02-26
|
155b
|
11 lines
program Listing7_2;
uses mywindow, graph, mouse, crt;
begin
repeat until Keypressed;
SetMouseHandler(0);
RestoreCRTMode;
end.
{ Listing 7-2 }