diff options
author | Peter Osterlund <petero2@telia.com> | 2004-10-24 23:06:09 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:54 +0200 |
commit | 70afb8f238878a68cbb235695719121dd5818018 (patch) | |
tree | 532a42c1886278f922e1e7d92bfa38fc406c8cdd /README | |
parent | 890dcc484aa67cb05d7f3b314a6d2d59e2b29cf3 (diff) |
Added FastTaps option to make the driver react faster to
tapping.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ MaxTapTime Int max. time (in milliseconds) for detecting a tap MaxTapMove Int max. movement of the finger for detecting a tap MaxDoubleTapTime Int max. time (in milliseconds) for detecting a double tap ClickTime Int the duration of the mouse click generated by tapping +FastTaps Bool Makes the driver react faster to a single tap, but + also makes double clicks caused by double tapping slower. VertScrollDelta Int move distance of the finger for a scroll event HorizScrollDelta Int move distance of the finger for a scroll event EdgeMotionMinZ Int finger pressure at which minimum edge motion speed is set |