From 07e097727f7bba8afc1abe29b1660a253ac64dad Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 21 Sep 2010 11:14:00 +0200 Subject: Add tap state to the tapping model Add the ability to read off the tap state in the tapping model. Useful for emulation i lieu of tapping gestures. Signed-off-by: Henrik Rydberg --- src/grail-gestures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grail-gestures.h') diff --git a/src/grail-gestures.h b/src/grail-gestures.h index 36d8e78..27108e9 100644 --- a/src/grail-gestures.h +++ b/src/grail-gestures.h @@ -99,7 +99,7 @@ int gru_winrotate(struct grail *ge, struct tapping_model { grail_time_t start, end; int mintouch, maxtouch; - int active, gid; + int active, gid, tap; int nprop; grail_prop_t prop[DIM_GRAIL_PROP]; }; -- cgit v1.2.3