diff options
author | Peter Osterlund <petero2@telia.com> | 2003-11-30 09:15:02 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:28 +0200 |
commit | c3058fae0e4f67739a88a7ee2ea8c7faaf1ec97a (patch) | |
tree | f3d3147860e0ce8644235ac36d5163e52649b853 /README | |
parent | f70be12f843bb31a93415829920c16165fbf3a2c (diff) |
Added an explanation how the FingerLow, FingerHigh,
MaxTapTime and MaxTapMove parameters affect tapping.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -94,6 +94,12 @@ LockedDrags Bool If off, a tap and drag gesture ends when you release the finger. If on, the gesture is active until you tap a second time. +A tap event happens when the finger is touched and released in a time +interval shorter than MaxTapTime, and the touch and release +coordinates are less than MaxTapMove units apart. A "touch" event +happens when the Z value goes above FingerHigh, and an "untouch" event +happens when the Z value goes below FingerLow. + FAQ --- |