| Option | Description | Default-Value |
|---|---|---|
| ClickTimer | This timer starts to run if the screen is touched with the pen. If the pen untouches the screen before the timer expires a "left Mouse click" is produced. | 500 ms |
| DragTimer | This timer also starts to run as soon as the screen is touched. If the pen stays within a radius of "MoveLimit" (see below) pixels UNTIL this timer is expired a "mouse press" event is generated. | 300 ms |
| Emulate3Buttons | Enable emulation of three button support | true -- enabled |
| Emulate3Timeout | If both buttons are pressed/released before this timer expires a "middle press/release"-event is generated. This timer starts to run as soon as a button is pressed. | 70 ms |
| MoveLimit | If the pen moves out of this radius a "mouse-press"-event becomes impossible. | 12 Pixels |
| Rotate | This option is in the driver since V0.61. There are two
valid values:CW -- Rotate the screen clockwiseCCW -- Rotate the screen counter-clockwiseEverything else will be treated as "no rotation". |
no rotation |
| SwapX | This option is in the driver since V0.61. When set to 1 the X-axis is swapped. This option is applied BEFORE the rotation-option. | false -- no swapping |
| SwapY | This option is in the driver since V0.61. When set to 1 the Y-axis is swapped. This option is applied BEFORE the rotation-option. | false -- no swapping |
| Precompiled driver for X V0.6.1 | evtouch-0.6.1.tar.gz |
| Precompiled driver for X V0.6.0 | evtouch-0.6.0.tar.gz |
| Precompiled driver for X V0.5.1 | evtouch-0.5.1.tar.gz |
| Precompiled driver for X V0.5 | evtouch-0.5.tar.gz |
| XFree driver sources V0.6.1 | evtouch-0.6.1-src.tar.gz |
| XFree driver sources V0.6.0 | evtouch-0.6.0-src.tar.gz |
| XFree driver sources V0.5.1 | evtouch-0.5.1-src.tar.gz |
| XFree driver sources V0.5 | evtouch-0.5-src.tar.gz |