input_common: have an unique vector in callback status
This commit is contained in:
parent
155213484b
commit
224a19758e
3 changed files with 19 additions and 6 deletions
|
@ -277,8 +277,9 @@ struct CallbackStatus {
|
|||
BodyColorStatus color_status{};
|
||||
BatteryStatus battery_status{};
|
||||
VibrationStatus vibration_status{};
|
||||
CameraStatus camera_status{};
|
||||
NfcStatus nfc_status{};
|
||||
CameraFormat camera_status{CameraFormat::None};
|
||||
NfcState nfc_status{NfcState::Unknown};
|
||||
std::vector<u8> raw_data{};
|
||||
};
|
||||
|
||||
// Triggered once every input change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue