mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	Clarified where the paddle locations are
This commit is contained in:
		| @@ -724,10 +724,10 @@ typedef enum | ||||
|     SDL_CONTROLLER_BUTTON_DPAD_LEFT, | ||||
|     SDL_CONTROLLER_BUTTON_DPAD_RIGHT, | ||||
|     SDL_CONTROLLER_BUTTON_MISC1,    /* Xbox Series X share button, PS5 microphone button, Nintendo Switch Pro capture button, Amazon Luna microphone button */ | ||||
|     SDL_CONTROLLER_BUTTON_PADDLE1,  /* Xbox Elite paddle P1 */ | ||||
|     SDL_CONTROLLER_BUTTON_PADDLE2,  /* Xbox Elite paddle P3 */ | ||||
|     SDL_CONTROLLER_BUTTON_PADDLE3,  /* Xbox Elite paddle P2 */ | ||||
|     SDL_CONTROLLER_BUTTON_PADDLE4,  /* Xbox Elite paddle P4 */ | ||||
|     SDL_CONTROLLER_BUTTON_PADDLE1,  /* Xbox Elite paddle P1 (upper left, facing the back) */ | ||||
|     SDL_CONTROLLER_BUTTON_PADDLE2,  /* Xbox Elite paddle P3 (upper right, facing the back) */ | ||||
|     SDL_CONTROLLER_BUTTON_PADDLE3,  /* Xbox Elite paddle P2 (lower left, facing the back) */ | ||||
|     SDL_CONTROLLER_BUTTON_PADDLE4,  /* Xbox Elite paddle P4 (lower right, facing the back) */ | ||||
|     SDL_CONTROLLER_BUTTON_TOUCHPAD, /* PS4/PS5 touchpad button */ | ||||
|     SDL_CONTROLLER_BUTTON_MAX | ||||
| } SDL_GameControllerButton; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sam Lantinga
					Sam Lantinga