From 3cd78ffe61b4a5d6430b6453a8e3aa8247b70f6e Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 26 Aug 2010 16:25:33 +0200 Subject: Trim tapping timeouts Reduce the tapping timeout to 200 ms. Signed-off-by: Henrik Rydberg --- src/grail-gestures.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/grail-gestures.c b/src/grail-gestures.c index 4262af7..a50ddca 100644 --- a/src/grail-gestures.c +++ b/src/grail-gestures.c @@ -26,9 +26,9 @@ static const float FM_SN[DIM_FM] = { 1000, 1000, 200, 1000 }; static const float FM_BAR[DIM_FM] = { 50, 50, 30, 50 }; -static const grail_time_t FM_BAR_MS[DIM_FM] = { 300, 300, 10000, 10000 }; +static const grail_time_t FM_BAR_MS[DIM_FM] = { 200, 200, 10000, 10000 }; static const grail_time_t SAMPLE_MS = 10; -static const float EPS = 1e-5; +static const float EPS = 1e-3; static void compute_position(float *x, float *y, const struct touch_frame *frame) -- cgit v1.2.3