home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p170 / 3.ddi / PADEV / DEVMOUSE.FIL < prev    next >
Encoding:
Text File  |  1987-02-25  |  2.0 KB  |  36 lines

  1. ------------------------------------------------------------------------
  2. -- DEVICE INFORMATION FILE FOR MOUSE SYSTEMS AND MICROSOFT MOUSE      --
  3. -- This file may be used to show how to set up an alternate mouse     --
  4. -- interface device driver. These drivers do NOT require resident     --
  5. -- DOS driver to talk to the mouse. They will work stand-a-lone.      --
  6. -- To use these drivers the info in this file should be used in       --
  7. -- place of the lines in your current driver that define the mouse    --
  8. -- interface. (ie. this file must be merged with an existing device   --
  9. -- file. )                                                            --
  10. --                                                                    --
  11. -- 06-30-86                                                           --
  12. ------------------------------------------------------------------------
  13.  
  14. -- INPUT DEVICE DRIVER --
  15.  
  16. -- un-comment the 201 line for the device you wish to use.
  17.  
  18. --
  19. --    MouseSystems Mouse or LogiMouse
  20. -- 201 \PADEV\ibmmsyst.dev
  21.  
  22. --
  23. --    MicroSoft Mouse
  24. -- 201 \PADEV\ibmmsoft.dev
  25.  
  26. --   +-------------------------------- MOUSE UNITS PER INCH (RESOLUTION)
  27. --   |   +---+------------------------ MOUSE X,Y ACTIVE AREA IN MOUSE UNITS
  28. --   |   |   |   +-------------------- MOUSE PORT (COM1=0,COM2=1)
  29. --   V   V   V   V
  30. 210 100 600 450  0  1   127   2
  31. --                  ^    ^    ^
  32. --                  |    |    +------- MIDDLE BUTTON (MOUSE SYSTEMS ONLY).
  33. --                  |    +------------ RIGHT BUTTON
  34. --                  +----------------- LEFT BUTTON
  35.  
  36.