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

Handle wayland touch cancel message #10950

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Commits on Sep 26, 2024

  1. Handle wayland touch cancel message

    Suppose host has some three-finger gesture. Then we get the following sequence
    of events:
    DOWN-DOWN-DOWN-MOTION-CANCEL
    
    Note that there is no UP in this sequence. So if we don't handle CANCEL then
    we end up thinking that fingers are still touching the screen. Ideally we
    should inform the application that cancel has happened as not to trigger
    spurious taps but still this is way better than being stuck with phantom
    finger touch.
    phcoder committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7dd1cdd View commit details
    Browse the repository at this point in the history