mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-22 13:30:58 +00:00
Note that SDL_CONTROLLER_BUTTON_AUX1 is sent for the PS4/PS5 touchpad button on the HIDAPI driver.
This commit is contained in:
parent
1bd4b7fdf1
commit
9a446aa92e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue