InputCommon: Allow controller settings specified with input expresions.

This commit is contained in:
Jordan Woyak
2019-10-18 14:54:02 -05:00
parent 6a857df219
commit e8152b700f
13 changed files with 172 additions and 28 deletions

View File

@ -21,6 +21,7 @@ private:
void fixup(QString& input) const override;
void ConfigChanged();
void Update();
ControllerEmu::NumericSetting<double>& m_setting;
};
@ -32,6 +33,7 @@ public:
private:
void ConfigChanged();
void Update();
ControllerEmu::NumericSetting<bool>& m_setting;
};