home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-03-12 | 979 b | 32 lines |
- /*
- * TOUCH.INI - IBM Touch Device device dependant driver Initialization File
- *
- */
-
- /* The format of this file is as follows:
- *
- * One Key Word per line followed by an equals sign then the arguments,
- * no duplicate tokens allowed
- *
- * All spaces & tabs are ignored
- * Arguments are delimited with commas
- *
- * To set an option OFF use 0
- * To set an option ON use 1
- *
- * Two types of comment are supported. They conform to the 'C' progamming
- * language syntax. Nested comments, in any form, are not supported.
- *
- */
- [touch]
- THRESH = 46, 80, 96 // Thresholds [on-screen, push-hyst, push-thesh]
- CLICK = 2, 300, 500 // Click Locking [type, size, time]
- XYOFF = 0, 0 // XY Offset [x-off, y-off]
- RATE = 3 // Report Rate [rate]
- EMUL = 1 // Mouse Emulation [on/off]
- BEEP = 1 // Emulation Beep on selection [on/off]
- FILT = 0, 0 // Filter [type, freq]
-
- /* end-of-file */
-
-