diff options
Diffstat (limited to 'src/grail-recognizer.h')
| -rw-r--r-- | src/grail-recognizer.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/grail-recognizer.h b/src/grail-recognizer.h index 247687d..d3b24b3 100644 --- a/src/grail-recognizer.h +++ b/src/grail-recognizer.h | |||
| @@ -30,10 +30,11 @@ | |||
| 30 | struct gesture_recognizer { | 30 | struct gesture_recognizer { |
| 31 | struct touch_frame frame; | 31 | struct touch_frame frame; |
| 32 | struct move_model move; | 32 | struct move_model move; |
| 33 | struct scroll_model scroll; | 33 | struct combo_model pan; |
| 34 | struct zoom_model zoom; | 34 | struct combo_model pinch; |
| 35 | struct rotate_model rotate; | 35 | struct combo_model rotate; |
| 36 | struct combo_model combo; | 36 | struct combo_model combo; |
| 37 | struct tapping_model tapping; | ||
| 37 | }; | 38 | }; |
| 38 | 39 | ||
| 39 | int gru_init(struct grail *ge, const struct touch_dev_caps *caps); | 40 | int gru_init(struct grail *ge, const struct touch_dev_caps *caps); |
