home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / mouse / menumous.arc / MENUMOUS.DOC < prev    next >
Text File  |  1989-01-25  |  912b  |  27 lines

  1.  
  2. THIS PROGRAM IS NOT FANCY.  The program does not know if it has 
  3. already been loaded, and it does not restore the old interrupt 
  4. vector, but it does show how to interface to the Microsoft mouse. 
  5. (I just put it in my autoexec, and then I can use the mouse as the
  6. cursor control.)
  7.  
  8. There are 3 files in this archive:
  9.         MenuMous.doc    :This file
  10.         MenuMous.com    :executable (ram-resident)
  11.         MenuMous.asm    :assembly language source
  12.  
  13. This code is public domain.  I received the baseline about 2 years ago from
  14. a friend who got it from a bulletin board...  Anyway, I modified the
  15. code to suit my purposes, and here it is.
  16.  
  17. What it does:
  18.      1)  maps Mouse Movement to up,down,left,right arrow keys
  19.          (there are 2 constants which set sensitivity)
  20.  
  21.      2)  I have a 2-button mouse
  22.                 Left Button  - <esc>
  23.                 Right Button - <Enter>
  24.  
  25.  
  26.  
  27.