Qt: Clear axis direction when setting a button value (fixes #179)
Jeffrey Pfau jeffrey@endrift.com
Sun, 04 Jan 2015 22:35:41 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/KeyEditor.cpp
→
src/platform/qt/KeyEditor.cpp
@@ -35,6 +35,7 @@ }
void KeyEditor::setValueButton(int button) { m_button = true; + m_direction = InputController::NEUTRAL; setValue(button); }