core: hid: Allow to calibrate gyro sensor

This commit is contained in:
Narr the Reg 2023-05-08 11:17:27 -06:00
parent b70a205a96
commit 97bd6d6418
5 changed files with 43 additions and 1 deletions

View file

@ -290,6 +290,9 @@ public:
*/
void SetMotionParam(std::size_t index, Common::ParamPackage param);
/// Auto calibrates the current motion devices
void StartMotionCalibration();
/// Returns the latest button status from the controller with parameters
ButtonValues GetButtonsValues() const;