diff options
Diffstat (limited to 'src/input_common/udp/client.h')
| -rw-r--r-- | src/input_common/udp/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/udp/client.h b/src/input_common/udp/client.h index b8c654755..b58e319b6 100644 --- a/src/input_common/udp/client.h +++ b/src/input_common/udp/client.h | |||
| @@ -40,6 +40,7 @@ struct DeviceStatus { | |||
| 40 | u16 max_x{}; | 40 | u16 max_x{}; |
| 41 | u16 max_y{}; | 41 | u16 max_y{}; |
| 42 | }; | 42 | }; |
| 43 | |||
| 43 | std::optional<CalibrationData> touch_calibration; | 44 | std::optional<CalibrationData> touch_calibration; |
| 44 | }; | 45 | }; |
| 45 | 46 | ||
| @@ -72,6 +73,7 @@ public: | |||
| 72 | Stage1Completed, | 73 | Stage1Completed, |
| 73 | Completed, | 74 | Completed, |
| 74 | }; | 75 | }; |
| 76 | |||
| 75 | /** | 77 | /** |
| 76 | * Constructs and starts the job with the specified parameter. | 78 | * Constructs and starts the job with the specified parameter. |
| 77 | * | 79 | * |