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

@ -23,6 +23,8 @@ public:
StateData GetState() const;
private:
Control* GetModifierInput() const override;
std::unique_ptr<StickGate> m_stick_gate;
};