Per-Axis Sensitivity

- Allow changing the sensitivity of the gyro on each axis independently
This commit is contained in:
SuperDude88
2026-04-12 23:36:30 -04:00
parent 9f22f27909
commit 8b0e6c877b
4 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ struct UserSettings {
// Input
ConfigVar<bool> enableGyroAim;
ConfigVar<float> gyroAimSensitivity;
ConfigVar<float> gyroAimSensitivityX;
ConfigVar<float> gyroAimSensitivityY;
ConfigVar<bool> gyroAimInvertPitch;
ConfigVar<bool> gyroAimInvertYaw;