aboutsummaryrefslogtreecommitdiffstats
path: root/include/ginput/dial.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ginput/dial.h')
-rw-r--r--include/ginput/dial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ginput/dial.h b/include/ginput/dial.h
index 19395789..38568994 100644
--- a/include/ginput/dial.h
+++ b/include/ginput/dial.h
@@ -36,6 +36,7 @@ typedef struct GEventDial_t {
GEventType type; // The type of this event (GEVENT_DIAL)
uint16_t instance; // The dial instance
uint16_t value; // The dial value
+ uint16_t maxvalue; // The maximum dial value
} GEventDial;
/*===========================================================================*/