Skip to content

Commit 67c5bab

Browse files
committed
Decrease schedule input notification to 5.
With 50 millisec, js is getting events in every 50 millisec. Where as user as already pressed the button/axes
1 parent bf2bd03 commit 67c5bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/WebCore/platform/gamepad/wpe/WPEGamepadProvider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
namespace WebCore {
3939

4040
static const Seconds connectionDelayInterval { 500_ms };
41-
static const Seconds inputNotificationDelay { 50_ms };
41+
static const Seconds inputNotificationDelay { 5_ms };
4242

4343
WPEGamepadProvider& WPEGamepadProvider::singleton()
4444
{

0 commit comments

Comments
 (0)