SDL/include
Sam Lantinga 31650d566c Added SDL_GAMEPAD_TYPE_GAMECUBE
The GameCube controller has a different face button layout than the Xbox or Nintendo Switch style controllers. It has the B button on the left and the X button on the right, so we should map those to SDL_GAMEPAD_BUTTON_WEST with SDL_GAMEPAD_BUTTON_LABEL_B and SDL_GAMEPAD_BUTTON_EAST with SDL_GAMEPAD_BUTTON_LABEL_X respectively.

Fixes https://github.com/libsdl-org/SDL/issues/12847
2025-04-27 11:01:50 -07:00
..
build_config Added SDL_PROP_PROCESS_CREATE_WORKING_DIRECTORY_STRING 2025-03-27 11:30:00 -07:00
SDL3 Added SDL_GAMEPAD_TYPE_GAMECUBE 2025-04-27 11:01:50 -07:00