mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 22:47:46 +00:00
core: hid: Allow to calibrate gyro sensor
This commit is contained in:
parent
0b1cffbd9c
commit
63ab5ee887
5 changed files with 43 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue