aboutsummaryrefslogtreecommitdiffstats
path: root/include/ginput/lld/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ginput/lld/mouse.h')
-rw-r--r--include/ginput/lld/mouse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ginput/lld/mouse.h b/include/ginput/lld/mouse.h
index 4da338dc..a3056519 100644
--- a/include/ginput/lld/mouse.h
+++ b/include/ginput/lld/mouse.h
@@ -66,6 +66,10 @@
#define GINPUT_MOUSE_CLICK_TIME 700
#endif
+// true/false - Whether the mouse driver internally handles screen rotation
+#ifndef GINPUT_MOUSE_NO_ROTATION
+ #define GINPUT_MOUSE_NO_ROTATION FALSE
+#endif
typedef struct MouseReading_t {
coord_t x, y, z;