From fce9c3688b9a1d1fd24edc06da92609b02c2dcd7 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 10 Sep 2010 13:11:30 +0200 Subject: Allow slow tapping For the benefit of hardware that cannot accurately meet the desirable response times, allow for tapping times up to 300 ms. Signed-off-by: Henrik Rydberg --- src/grail-gestures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grail-gestures.c b/src/grail-gestures.c index 4bd83b3..ed937a4 100644 --- a/src/grail-gestures.c +++ b/src/grail-gestures.c @@ -26,7 +26,7 @@ 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] = { 200, 200, 10000, 10000 }; +static const grail_time_t FM_BAR_MS[DIM_FM] = { 300, 300, 10000, 10000 }; static const grail_time_t SAMPLE_MS = 10; static const float EPS = 1e-3; -- cgit v1.2.3