home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 14 / 14.iso / s / s005 / 11.ddi / TOUCH / OS2_TOUCH.INI < prev    next >
Encoding:
INI File  |  1993-03-12  |  979 b   |  32 lines

  1. /*
  2.  * TOUCH.INI - IBM Touch Device device dependant driver Initialization File
  3.  *
  4.  */
  5.  
  6. /* The format of this file is as follows:
  7.  *
  8.  * One Key Word per line followed by an equals sign then the arguments,
  9.  * no duplicate tokens allowed
  10.  *
  11.  * All spaces & tabs are ignored
  12.  * Arguments are delimited with commas
  13.  *
  14.  * To set an option OFF use 0
  15.  * To set an option ON  use 1
  16.  *
  17.  * Two types of comment are supported. They conform to the 'C' progamming
  18.  * language syntax. Nested comments, in any form, are not supported.
  19.  *
  20.  */
  21. [touch]
  22. THRESH  = 46, 80, 96    // Thresholds [on-screen, push-hyst, push-thesh]
  23. CLICK   = 2, 300, 500   // Click Locking [type, size, time]
  24. XYOFF   = 0, 0          // XY Offset [x-off, y-off]
  25. RATE    = 3             // Report Rate [rate]
  26. EMUL    = 1             // Mouse Emulation [on/off]
  27. BEEP    = 1             // Emulation Beep on selection [on/off]
  28. FILT    = 0, 0          // Filter [type, freq]
  29.  
  30. /* end-of-file */
  31.  
  32.