mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-09 16:12:52 +00:00
Replaced SDL_GetGamepadBindForAxis() and SDL_GetGamepadBindForButton() with SDL_GetGamepadBindings()
This commit is contained in:
@@ -1069,11 +1069,6 @@ typedef SDL_GameControllerButton, SDL_GamepadButton;
|
||||
- SDL_GameControllerButton
|
||||
+ SDL_GamepadButton
|
||||
@@
|
||||
typedef SDL_GameControllerButtonBind, SDL_GamepadBinding;
|
||||
@@
|
||||
- SDL_GameControllerButtonBind
|
||||
+ SDL_GamepadBinding
|
||||
@@
|
||||
@@
|
||||
- SDL_GameControllerClose
|
||||
+ SDL_CloseGamepad
|
||||
@@ -1115,16 +1110,6 @@ typedef SDL_GameControllerButtonBind, SDL_GamepadBinding;
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_GameControllerGetBindForAxis
|
||||
+ SDL_GetGamepadBindForAxis
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_GameControllerGetBindForButton
|
||||
+ SDL_GetGamepadBindForButton
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_GameControllerGetButton
|
||||
+ SDL_GetGamepadButton
|
||||
(...)
|
||||
|
||||
Reference in New Issue
Block a user