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

Fix invalid detection of mouse input #92133

Merged
merged 1 commit into from
May 29, 2024

Commits on May 19, 2024

  1. Input logic cleanup:

    - Fix invalid detection of mouse input. Prioritize using the event tool type to detect the type of the event, and only use the event source as fallback.
    
    - Ensure that pressure and tilt information is passed for touch drag events
    
    - Consolidate logic and remove redundant methods
    
    - Improve the logic to detect when external hardware keyboards are connected to the device
    m4gr3d committed May 19, 2024
    Configuration menu
    Copy the full SHA
    625b92e View commit details
    Browse the repository at this point in the history