mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt/Mapping: Disable relative input when "Mouse Controlled Pointing" button is pressed.
This commit is contained in:
@ -186,7 +186,6 @@ public:
|
||||
|
||||
bool IsSimpleValue() const { return m_input.GetExpression().empty(); }
|
||||
|
||||
private:
|
||||
void SetValue(ValueType value)
|
||||
{
|
||||
m_value = value;
|
||||
@ -195,6 +194,7 @@ private:
|
||||
m_input.SetExpression("");
|
||||
}
|
||||
|
||||
private:
|
||||
// Values are R/W by both UI and CPU threads.
|
||||
mutable std::atomic<ValueType> m_value = {};
|
||||
|
||||
|
Reference in New Issue
Block a user