summaryrefslogtreecommitdiff
path: root/src/grail-recognizer.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-03-28 20:55:29 +0200
committerHenrik Rydberg <rydberg@euromail.se>2011-03-28 22:02:11 +0200
commita0a4c6c30704a792193ff49d7fcaab63dac8a07a (patch)
treec47a79cdd0520fac1f1197f584aaba863cca6864 /src/grail-recognizer.h
parent43fe69ceb335a0ad1fd55fb58acee124d6d9cf19 (diff)
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 <rydberg@euromail.se>
Diffstat (limited to 'src/grail-recognizer.h')
-rw-r--r--src/grail-recognizer.h2
1 files changed, 2 insertions, 0 deletions
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 @@
27 27
28struct gesture_recognizer { 28struct gesture_recognizer {
29 struct move_model move; 29 struct move_model move;
30 struct combo_model touch;
30 struct combo_model drag; 31 struct combo_model drag;
31 struct combo_model pinch; 32 struct combo_model pinch;
32 struct combo_model rotate; 33 struct combo_model rotate;
34 struct combo_model wintouch;
33 struct combo_model windrag; 35 struct combo_model windrag;
34 struct combo_model winpinch; 36 struct combo_model winpinch;
35 struct combo_model winrotate; 37 struct combo_model winrotate;