summaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/input.h')
-rw-r--r--src/common/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/input.h b/src/common/input.h
index 6d3227f5e..16b1e6f1b 100644
--- a/src/common/input.h
+++ b/src/common/input.h
@@ -100,7 +100,7 @@ struct StickStatus {
100 100
101struct TriggerStatus { 101struct TriggerStatus {
102 AnalogStatus analog{}; 102 AnalogStatus analog{};
103 bool pressed{}; 103 ButtonStatus pressed{};
104}; 104};
105 105
106struct MotionSensor { 106struct MotionSensor {
@@ -119,7 +119,7 @@ struct TouchStatus {
119 ButtonStatus pressed{}; 119 ButtonStatus pressed{};
120 AnalogStatus x{}; 120 AnalogStatus x{};
121 AnalogStatus y{}; 121 AnalogStatus y{};
122 u32 id{}; 122 int id{};
123}; 123};
124 124
125struct BodyColorStatus { 125struct BodyColorStatus {