From a0a4c6c30704a792193ff49d7fcaab63dac8a07a Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Mon, 28 Mar 2011 20:55:29 +0200 Subject: Introduce touch gesture events Touch gesture events follow the same logic as drags, except they cannot be held back but are emitted immediately. Signed-off-by: Henrik Rydberg --- src/grail-recognizer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/grail-recognizer.h') diff --git a/src/grail-recognizer.h b/src/grail-recognizer.h index 56e5b8d..3844511 100644 --- a/src/grail-recognizer.h +++ b/src/grail-recognizer.h @@ -27,9 +27,11 @@ struct gesture_recognizer { struct move_model move; + struct combo_model touch; struct combo_model drag; struct combo_model pinch; struct combo_model rotate; + struct combo_model wintouch; struct combo_model windrag; struct combo_model winpinch; struct combo_model winrotate; -- cgit v1.2.3