summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-11-30 09:15:02 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:28 +0200
commitc3058fae0e4f67739a88a7ee2ea8c7faaf1ec97a (patch)
treef3d3147860e0ce8644235ac36d5163e52649b853 /README
parentf70be12f843bb31a93415829920c16165fbf3a2c (diff)
Added an explanation how the FingerLow, FingerHigh,
MaxTapTime and MaxTapMove parameters affect tapping.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 788f38a..69219c7 100644
--- a/README
+++ b/README
@@ -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
---