Renaming SDL_eventaction to SDL_EventAction

This commit is contained in:
Petar Popovic
2024-04-08 18:01:31 +02:00
committed by Ryan C. Gordon
parent 1efadcc5d4
commit c8a066019b
6 changed files with 15 additions and 5 deletions

View File

@@ -411,6 +411,9 @@ The following functions have been removed:
* SDL_EventState() - replaced with SDL_SetEventEnabled()
* SDL_GetEventState() - replaced with SDL_EventEnabled()
The following enums have been renamed:
* SDL_eventaction => SDL_EventAction
## SDL_gamecontroller.h
SDL_gamecontroller.h has been renamed SDL_gamepad.h, and all APIs have been renamed to match.