home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 11.ddi / MOUSE.DRV < prev    next >
Encoding:
Text File  |  1992-05-12  |  1.1 KB  |  24 lines

  1.  
  2. Parmeter Prefix
  3.         When passing arguments to mouse driver programs a prefix is
  4.         sometimes needed for the serial port number. If this
  5.         value is the string "none" it indicates that no arguments are
  6.         passed (ie. the mouse does not connect to a serial port). The
  7.         underline character is used to indicate a blank.
  8.  
  9.  
  10.                                      drivers name
  11.     device name                      │              parameter prefix
  12.     │                                │              │      No. of buttons
  13.  
  14. ->  NO MOUSE;                        ----;          none;  0
  15. ->  MOUSE SYSTEM Mouse;              msmouse.com;   /;     3
  16. ->  Logitech Serial Mouse;           lgmouse.com;   _;     3
  17. ->  Logitech Mouse 4.0- Serial;      lgmous4.com;   _;     3
  18. ->  Logitech Mouse 4.0- Bus;         lgmous4.com;   none;  3
  19. ->  Logitech Mouse 5.0- Serial;      lgmous5.com;   _;     3
  20. ->  SUMMAMOUSE;                      msmouse.com;   /;     3
  21. ->  IBM PS/2 Mouse;                  mouse.com;     none;  2
  22. ->  Microsoft Mouse;                 microms.com;   _;     2
  23.  
  24.