Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrease schedule input notification to 5. #1325

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

mbhatt627
Copy link

With 50 millisec, js is getting events in every 50 millisec. Where as user as already pressed the button/axes
Decrease the delay to 5 milli sec.

With 50 millisec, js is getting events in every 50 millisec. Where as user as already pressed the button/axes
@modeveci modeveci removed the request for review from zdobersek April 24, 2024 11:07
@modeveci
Copy link

@mbhatt627 for which project is this change?

@magomez magomez merged commit 3946d5a into WebPlatformForEmbedded:wpe-2.38 Apr 29, 2024
@mbhatt627
Copy link
Author

We are testing Cloud game with Gamepad controller. We see each event notification for each gamepad button press is getting delayed almost 40-50ms .

webkit-commit-queue pushed a commit to pgorszkowski-igalia/WebKit that referenced this pull request Apr 30, 2024
https://bugs.webkit.org/show_bug.cgi?id=273470

Reviewed by Philippe Normand.

Decrease schedule input notification for gamepad from 50ms to 5ms.

Original author: mbhatt627 (https://github.com/mbhatt627)
See: WebPlatformForEmbedded/WPEWebKit#1325

* Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.cpp:

Canonical link: https://commits.webkit.org/278162@main
aperezdc pushed a commit to WebKit/WebKit that referenced this pull request May 2, 2024
…gi?id=273470

    [WPE] Decrease schedule input notification for gamepad
    https://bugs.webkit.org/show_bug.cgi?id=273470

    Reviewed by Philippe Normand.

    Decrease schedule input notification for gamepad from 50ms to 5ms.

    Original author: mbhatt627 (https://github.com/mbhatt627)
    See: WebPlatformForEmbedded/WPEWebKit#1325

    * Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.cpp:

    Canonical link: https://commits.webkit.org/278162@main

Canonical link: https://commits.webkit.org/274313.192@webkitglib/2.44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants