diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-02-24 23:38:01 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-03-14 12:55:19 +0100 |
| commit | f92c18c344c04a2501e01ae402441a92883da382 (patch) | |
| tree | fec506ca8784002083babe767505930be2a8d25a /src/grail-gestures.h | |
| parent | 609e367b3ee2b587f698b65393aa22357f453add (diff) | |
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 <rydberg@euromail.se>
Diffstat (limited to 'src/grail-gestures.h')
| -rw-r--r-- | src/grail-gestures.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
| 54 | 54 | ||
| 55 | struct move_model { | 55 | struct move_model { |
| 56 | struct filter_model fm[DIM_FM]; | 56 | struct filter_model fm[DIM_FM]; |
| 57 | int tickle, active; | 57 | int tickle, active, timeout; |
| 58 | int single, multi, ntouch; | 58 | int single, multi, ntouch; |
| 59 | grail_time_t time; | 59 | grail_time_t time; |
| 60 | }; | 60 | }; |
