mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Document the Xbox One Elite paddle buttons
This commit is contained in:
parent
749062e72b
commit
3a4388489a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user