summaryrefslogtreecommitdiffstats
path: root/include/input/InputTransport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/input/InputTransport.h')
-rw-r--r--include/input/InputTransport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/input/InputTransport.h b/include/input/InputTransport.h
index e7e383b..6dc77b7 100644
--- a/include/input/InputTransport.h
+++ b/include/input/InputTransport.h
@@ -84,6 +84,7 @@ struct InputMessage {
int32_t deviceId;
int32_t source;
int32_t action;
+ int32_t actionButton;
int32_t flags;
int32_t metaState;
int32_t buttonState;
@@ -232,6 +233,7 @@ public:
int32_t deviceId,
int32_t source,
int32_t action,
+ int32_t actionButton,
int32_t flags,
int32_t edgeFlags,
int32_t metaState,