home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / mouse03g.zip / WHATIS.IT < prev   
Text File  |  1995-10-19  |  1KB  |  33 lines

  1. Subject: Mouse03g mouse TSR
  2. Newsgroups: comp.archives.msdos.announce
  3. Followup-To: comp.archives.msdos.d
  4.  
  5. I have uploaded:
  6.  
  7. SimTel/msdos/mouse/
  8. mouse03g.zip    Mouse motion to cursor keys TSR /w ASM/C src
  9.  
  10. Mouse03g is an educational source code package which illustrates how
  11. to write a simple TSR that changes mouse motion and button presses into
  12. keyboard actions, in particular, to arrow, return and escape keys. The
  13. method used is stuffing of the keyboard type-ahead buffer. Three ASM
  14. sources are provided, one very basic and simple (174 lines) called
  15. mouse0g.asm, a second one mouse1g.c (Turbo-C ASM interface) that does
  16. the same thing inside a C program moustest.c, and a complex version
  17. mouse02g.asm which adds unloading to the simpler version. The latter can
  18. be used as a low-overhead 560-byte TSR which maps mouse motion to
  19. arrow keys in DOS applications that don't use the mouse. Perhaps the
  20. best use of the package is in adding mouse functions easily to existing
  21. C programs. See also xpcmou11.zip (Oct 1995) for additional related
  22. source code and end-user applications.
  23.  
  24. Special requirements: mouse and mouse driver, DOS 3+
  25.  
  26. mouse03g.zip has replaced mouse01g.zip (1992).
  27.  
  28. GNU Public License /w sources.  Uploaded by the author.
  29.  
  30. Grant B. Gustafson
  31. gustafson@math.utah.edu
  32.  
  33.