early-access version 3573

This commit is contained in:
pineappleEA
2023-05-09 01:09:44 +02:00
parent 17b9efbffd
commit 8b74a66045
11 changed files with 92 additions and 25 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;