Skip to content

Commit

Permalink
Document the Xbox One Elite paddle buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 7, 2020
1 parent 749062e commit 3a43884
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/SDL_gamecontroller.h
Expand Up @@ -363,10 +363,10 @@ typedef enum
SDL_CONTROLLER_BUTTON_DPAD_DOWN,
SDL_CONTROLLER_BUTTON_DPAD_LEFT,
SDL_CONTROLLER_BUTTON_DPAD_RIGHT,
SDL_CONTROLLER_BUTTON_AUX1, // Xbox Elite paddle, PS4/PS5 touchpad button, Nintendo Switch Pro capture button
SDL_CONTROLLER_BUTTON_AUX2, // Xbox Elite paddle
SDL_CONTROLLER_BUTTON_AUX3, // Xbox Elite paddle
SDL_CONTROLLER_BUTTON_AUX4, // Xbox Elite paddle
SDL_CONTROLLER_BUTTON_AUX1, // Xbox Elite paddle upper left, PS4/PS5 touchpad button, Nintendo Switch Pro capture button
SDL_CONTROLLER_BUTTON_AUX2, // Xbox Elite paddle upper right
SDL_CONTROLLER_BUTTON_AUX3, // Xbox Elite paddle lower left
SDL_CONTROLLER_BUTTON_AUX4, // Xbox Elite paddle lower right
SDL_CONTROLLER_BUTTON_MAX
} SDL_GameControllerButton;

Expand Down

0 comments on commit 3a43884

Please sign in to comment.