From c3058fae0e4f67739a88a7ee2ea8c7faaf1ec97a Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 30 Nov 2003 09:15:02 +0100 Subject: Added an explanation how the FingerLow, FingerHigh, MaxTapTime and MaxTapMove parameters affect tapping. --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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 --- -- cgit v1.2.3