Address review comments
This commit is contained in:
parent
ac3690f205
commit
0fe11746fc
4 changed files with 72 additions and 65 deletions
|
@ -36,10 +36,10 @@ struct DeviceStatus {
|
|||
|
||||
// calibration data for scaling the device's touch area to 3ds
|
||||
struct CalibrationData {
|
||||
u16 min_x;
|
||||
u16 min_y;
|
||||
u16 max_x;
|
||||
u16 max_y;
|
||||
u16 min_x{};
|
||||
u16 min_y{};
|
||||
u16 max_x{};
|
||||
u16 max_y{};
|
||||
};
|
||||
std::optional<CalibrationData> touch_calibration;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue