Skip to content

Commit

Permalink
Note that SDL_CONTROLLER_BUTTON_AUX1 is sent for the PS4/PS5 touchpad…
Browse files Browse the repository at this point in the history
… button on the HIDAPI driver.
  • Loading branch information
slouken committed Nov 6, 2020
1 parent 1bd4b7f commit 9a446aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_gamecontroller.h
Expand Up @@ -363,7 +363,7 @@ typedef enum
SDL_CONTROLLER_BUTTON_DPAD_DOWN,
SDL_CONTROLLER_BUTTON_DPAD_LEFT,
SDL_CONTROLLER_BUTTON_DPAD_RIGHT,
SDL_CONTROLLER_BUTTON_AUX1, // Xbox Elite paddle, Nintendo Switch Pro capture button
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
Expand Down

0 comments on commit 9a446aa

Please sign in to comment.