summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/grail-types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/grail-types.h b/include/grail-types.h
index 27450fe..474261d 100644
--- a/include/grail-types.h
+++ b/include/grail-types.h
@@ -78,6 +78,10 @@
78#define GRAIL_PROP_ROTATE_DA 0 /* angle delta */ 78#define GRAIL_PROP_ROTATE_DA 0 /* angle delta */
79#define GRAIL_PROP_ROTATE_VA 1 /* angular velocity */ 79#define GRAIL_PROP_ROTATE_VA 1 /* angular velocity */
80#define GRAIL_PROP_ROTATE_A 2 /* angle */ 80#define GRAIL_PROP_ROTATE_A 2 /* angle */
81#define GRAIL_PROP_ROTATE_X1 3 /* bounding box x1 */
82#define GRAIL_PROP_ROTATE_Y1 4 /* bounding box y1 */
83#define GRAIL_PROP_ROTATE_X2 5 /* bounding box x2 */
84#define GRAIL_PROP_ROTATE_Y2 6 /* bounding box y2 */
81 85
82#define GRAIL_MAIN_TAP 3 86#define GRAIL_MAIN_TAP 3
83#define GRAIL_PROP_TAP_DT 0 /* tap time (ms) */ 87#define GRAIL_PROP_TAP_DT 0 /* tap time (ms) */