aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/multiple/uGFXnet/ginput_lld_mouse_config.h')
-rw-r--r--drivers/multiple/uGFXnet/ginput_lld_mouse_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h b/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h
index a58d92d1..b0a0e04f 100644
--- a/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h
+++ b/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h
@@ -45,6 +45,9 @@
#define GINPUT_MOUSE_POLL_PERIOD TIME_INFINITE // Interrupt driven by the Window thread
//#define GINPUT_MOUSE_POLL_PERIOD 25 // Poll driven
+// This driver does not require rotation of co-ordinates for orientations other than 0.
+#define GINPUT_MOUSE_NO_ROTATION TRUE
+
#endif /* _LLD_GINPUT_MOUSE_CONFIG_H */
/** @} */