diff options
Diffstat (limited to 'src/gestures.h')
| -rw-r--r-- | src/gestures.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gestures.h b/src/gestures.h index 5739d45..2866ba4 100644 --- a/src/gestures.h +++ b/src/gestures.h | |||
| @@ -31,10 +31,11 @@ | |||
| 31 | #define GS_VSWIPE 4 | 31 | #define GS_VSWIPE 4 |
| 32 | #define GS_HSWIPE 5 | 32 | #define GS_HSWIPE 5 |
| 33 | #define GS_SCALE 6 | 33 | #define GS_SCALE 6 |
| 34 | #define GS_ROTATE 7 | ||
| 34 | 35 | ||
| 35 | struct Gestures { | 36 | struct Gestures { |
| 36 | unsigned type, btmask, btdata; | 37 | unsigned type, btmask, btdata; |
| 37 | int same_fingers, dx, dy, scale; | 38 | int same_fingers, dx, dy, scale, rot; |
| 38 | }; | 39 | }; |
| 39 | 40 | ||
| 40 | void extract_gestures(struct Gestures *gs, struct MTouch* mt); | 41 | void extract_gestures(struct Gestures *gs, struct MTouch* mt); |
