summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/grail-types.h2
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