InputCommon: Use value of "Modifier" button "Range" setting rather than always applying 50%.

Make "Clear" button reset "Modifier" "Range" settings to 50%.
This commit is contained in:
Jordan Woyak
2022-01-04 14:09:50 -06:00
parent 953eb49cd8
commit 78a9bdf04a
7 changed files with 33 additions and 15 deletions

View File

@ -31,6 +31,8 @@ public:
ControlState GetMaxRotationalVelocity() const;
private:
Control* GetModifierInput() const override;
SettingValue<double> m_max_angle_setting;
SettingValue<double> m_max_rotational_velocity;
};