diff options
Diffstat (limited to 'src/input_common/udp/client.h')
| -rw-r--r-- | src/input_common/udp/client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input_common/udp/client.h b/src/input_common/udp/client.h index b8c654755..a73283ae8 100644 --- a/src/input_common/udp/client.h +++ b/src/input_common/udp/client.h | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #include "common/common_types.h" | 14 | #include "common/common_types.h" |
| 15 | #include "common/thread.h" | 15 | #include "common/thread.h" |
| 16 | #include "common/vector_math.h" | 16 | #include "common/vector_math.h" |
| 17 | #include "core/frontend/input.h" | ||
| 17 | 18 | ||
| 18 | namespace InputCommon::CemuhookUDP { | 19 | namespace InputCommon::CemuhookUDP { |
| 19 | 20 | ||
| @@ -30,7 +31,7 @@ struct Version; | |||
| 30 | 31 | ||
| 31 | struct DeviceStatus { | 32 | struct DeviceStatus { |
| 32 | std::mutex update_mutex; | 33 | std::mutex update_mutex; |
| 33 | std::tuple<Common::Vec3<float>, Common::Vec3<float>> motion_status; | 34 | Input::MotionStatus motion_status; |
| 34 | std::tuple<float, float, bool> touch_status; | 35 | std::tuple<float, float, bool> touch_status; |
| 35 | 36 | ||
| 36 | // calibration data for scaling the device's touch area to 3ds | 37 | // calibration data for scaling the device's touch area to 3ds |