diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-10 16:48:39 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-10 16:49:40 +0100 |
| commit | 11ce60e63da0c632e4c06e212a3add7d53cbf658 (patch) | |
| tree | 1588c1619df235727a62d3d9f9713d94a0c73170 /include | |
| parent | 33be41843e18b6a716ff62982e32c843e7a2bb1f (diff) | |
Make tapping position appear properly
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'include')
| -rw-r--r-- | include/grail-types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grail-types.h b/include/grail-types.h index 374f30a..66afd3f 100644 --- a/include/grail-types.h +++ b/include/grail-types.h | |||
| @@ -65,5 +65,7 @@ | |||
| 65 | #define GRAIL_PROP_ROTATE_A 2 /* arc */ | 65 | #define GRAIL_PROP_ROTATE_A 2 /* arc */ |
| 66 | 66 | ||
| 67 | #define GRAIL_PROP_TAP_DT 0 /* tap time (ms) */ | 67 | #define GRAIL_PROP_TAP_DT 0 /* tap time (ms) */ |
| 68 | #define GRAIL_PROP_TAP_X 1 /* horizontal position */ | ||
| 69 | #define GRAIL_PROP_TAP_Y 2 /* vertical position */ | ||
| 68 | 70 | ||
| 69 | #endif | 71 | #endif |
