home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / prog1 / moustool.doc < prev    next >
Text File  |  1989-06-22  |  1KB  |  25 lines

  1. MouseTools (v1.0) by Nels Anderson               REGISTRATION ($10.00)
  2.  
  3. The use of a mouse as an input device is becoming increasingly  common
  4. in many types of programs.  While this (usually) makes life easier for
  5. the user, it certainly does make the programmer's job harder.  Several
  6. things I've worked on seemed to  demand a mouse interface, so I  ended
  7. up writing my own utilities to use a mouse and I present them in  this
  8. package for you to use in your own Turbo Pascal 5.0 programs.
  9.  
  10. This set of utilities provides most of the necessary procedures to use
  11. a mouse in your own programs, including:
  12.  
  13.   o  display the mouse cursor
  14.   o  read mouse and button positions
  15.   o  display various prompts with "push buttons"
  16.   o  select filenames
  17.  
  18. To use these tools  you will need Turbo  Pascal 5.0 and you  must have
  19. the TP5  units Crt,  Dos, Drivers,  Fonts and  Graph available.   I've
  20. provided you with two sample programs (mapedit.pas, cgaexp.pas)  along
  21. with the .tpu  files for all  the mouse tools.   This should give  you
  22. enough to  get started  writing mouse  programs in  Turbo Pascal.  The
  23. source code for the units is not included.
  24.  
  25.