We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93d5062 + 8012ba2 commit a6c8e12Copy full SHA for a6c8e12
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