home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / ootp / chap07 / list7_2.pas next >
Pascal/Delphi Source File  |  1990-02-26  |  155b  |  11 lines

  1. program Listing7_2;
  2. uses mywindow, graph, mouse, crt;
  3. begin
  4. repeat until Keypressed;
  5. SetMouseHandler(0);
  6. RestoreCRTMode;
  7. end.
  8.  
  9.  
  10. { Listing 7-2 }
  11.