Added migration notes for migrating Steam Input support from SDL2 to SDL3

This commit is contained in:
Sam Lantinga 2023-12-20 14:15:09 -08:00
parent 56f111dffc
commit 4bb5e1f0f9
4 changed files with 23 additions and 4 deletions

View file

@ -2745,3 +2745,12 @@ expression w, i, s;
- SDL_RenderFlush
+ SDL_FlushRenderer
(...)
@@
@@
- SDL_CONTROLLERSTEAMHANDLEUPDATED
+ SDL_EVENT_GAMEPAD_STEAM_HANDLE_UPDATED
@@
@@
- SDL_GameControllerGetSteamHandle
+ SDL_GetGamepadSteamHandle
(...)