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

CfW: fix MouseEvent to PointerButton mapping #1274

Merged
merged 6 commits into from
Apr 19, 2024

Commits on Apr 16, 2024

  1. CfW: add tests for mouse events

    eymar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f056742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3828223 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. CfW: fix MouseEvent.button to PointerButton mapping

    MouseEvent.button should be taken into account only for press and release events
    eymar committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7cf6bf8 View commit details
    Browse the repository at this point in the history
  2. CfW: fix MouseEvent.button to PointerButton mapping

    MouseEvent.button should be taken into account only for press and release events
    eymar committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    de202f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. PR review refactoring

    eymar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2e4f571 View commit details
    Browse the repository at this point in the history
  2. Fix

    eymar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b00a943 View commit details
    Browse the repository at this point in the history