DolphinQt: Clean up mapping indicator code and draw lines on "pixel centers".

This commit is contained in:
Jordan Woyak
2020-02-23 20:00:44 -06:00
parent f79ca680cb
commit d80fd13b17
5 changed files with 206 additions and 214 deletions

View File

@ -22,6 +22,8 @@ public:
ControlState GetDeadzone() const;
ControlState GetThreshold() const;
size_t GetTriggerCount() const;
private:
SettingValue<double> m_threshold_setting;
SettingValue<double> m_deadzone_setting;