mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
ControllerEmu: Expose gate size setting for octagon analog sticks.
This commit is contained in:
@ -36,9 +36,11 @@ public:
|
||||
OctagonAnalogStick(const char* name, const char* ui_name, ControlState gate_radius);
|
||||
|
||||
ControlState GetVirtualNotchSize() const override;
|
||||
ControlState GetGateRadiusAtAngle(double ang) const override;
|
||||
|
||||
private:
|
||||
SettingValue<double> m_virtual_notch_setting;
|
||||
SettingValue<double> m_gate_size_setting;
|
||||
};
|
||||
|
||||
} // namespace ControllerEmu
|
||||
|
Reference in New Issue
Block a user