diff options
Diffstat (limited to 'src/common/input.h')
| -rw-r--r-- | src/common/input.h | 4 |
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 | ||
| 101 | struct TriggerStatus { | 101 | struct TriggerStatus { |
| 102 | AnalogStatus analog{}; | 102 | AnalogStatus analog{}; |
| 103 | bool pressed{}; | 103 | ButtonStatus pressed{}; |
| 104 | }; | 104 | }; |
| 105 | 105 | ||
| 106 | struct MotionSensor { | 106 | struct 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 | ||
| 125 | struct BodyColorStatus { | 125 | struct BodyColorStatus { |