From f92c18c344c04a2501e01ae402441a92883da382 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 24 Feb 2011 23:38:01 +0100 Subject: Introduce gesture timeouts The timeout of a gesture is integral to the gesture type. This patch introduces timeout per gesture type, potentially enabling more control over gesture timing aspects. The timeout logic replaces the recently added recognition state. Signed-off-by: Henrik Rydberg --- src/grail-gestures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grail-gestures.h') diff --git a/src/grail-gestures.h b/src/grail-gestures.h index a6d51d5..c4c46c2 100644 --- a/src/grail-gestures.h +++ b/src/grail-gestures.h @@ -54,7 +54,7 @@ struct filter_model { struct move_model { struct filter_model fm[DIM_FM]; - int tickle, active; + int tickle, active, timeout; int single, multi, ntouch; grail_time_t time; }; -- cgit v1.2.3