mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 02:47:39 +00:00
Added migration notes for migrating Steam Input support from SDL2 to SDL3
This commit is contained in:
parent
56f111dffc
commit
4bb5e1f0f9
4 changed files with 23 additions and 4 deletions
|
@ -2745,3 +2745,12 @@ expression w, i, s;
|
|||
- SDL_RenderFlush
|
||||
+ SDL_FlushRenderer
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_CONTROLLERSTEAMHANDLEUPDATED
|
||||
+ SDL_EVENT_GAMEPAD_STEAM_HANDLE_UPDATED
|
||||
@@
|
||||
@@
|
||||
- SDL_GameControllerGetSteamHandle
|
||||
+ SDL_GetGamepadSteamHandle
|
||||
(...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue