home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / mouse / menumous.arc / MENUMOUS.MSG < prev   
Internet Message Format  |  1989-01-25  |  592b

  1. Path: rutgers!att!whuts!jmbj
  2. From: jmbj@whuts.ATT.COM (BITTMAN)
  3. Newsgroups: comp.sys.ibm.pc
  4. Subject: Ram-Resident Mouse Driver Demo
  5. Date: 25 Jan 89 12:25:25 GMT
  6. Keywords: Public, asm source
  7.  
  8. Public Domain, source, executable, and short doc.
  9.  
  10. This program responds to mouse movement and button presses
  11. and "stuffs" the appropriate keys into the keyboard buffer.
  12. The code is ram-resident, and very simple,
  13. it doesn't know if it's already there, and
  14. it doesn't restore the old int 33h.
  15.  
  16. It DOES demonstrate how to use the mouse and how to 
  17. insert keys into the keyboard buffer.
  18.