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 Xbox One gamepad axis assignment on SDL_JOYSTICK_ANDROID API #7405

Merged
merged 5 commits into from
Mar 6, 2023

Commits on Mar 4, 2023

  1. Fix Xbox gamepad axis assignment.

    For gamepads with three axis pairs (like most standard layout ones),
    SDL currently groups them in X,Y Z,RX RY,RZ order. It seems like the grouping
    X,Y RX,RY Z,RZ makes a lot more sense.
    divVerent committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    8757687 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Revert "Fix Xbox gamepad axis assignment."

    This reverts commit 8757687.
    divVerent committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ed95d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d8b33 View commit details
    Browse the repository at this point in the history
  3. Update some of the mappings.

    (Xbox ones still TBD)
    divVerent committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4366966 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7825846 View commit details
    Browse the repository at this point in the history