We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8848619 commit 8012ba2Copy full SHA for 8012ba2
1 file changed
Source/WebCore/platform/gamepad/wpe/WPEGamepad.cpp
@@ -81,7 +81,7 @@ void WPEGamepad::absoluteAxisChanged(unsigned axis, double value)
81
m_lastUpdateTime = MonotonicTime::now();
82
m_axisValues[axis].setValue(value);
83
84
- WPEGamepadProvider::singleton().scheduleInputNotification(*this, WPEGamepadProvider::ShouldMakeGamepadsVisible::No);
+ WPEGamepadProvider::singleton().scheduleInputNotification(*this, WPEGamepadProvider::ShouldMakeGamepadsVisible::Yes);
85
}
86
87
} // namespace WebCore
0 commit comments