renaming SDL_eventaction tag to SDL_EventAction

This commit is contained in:
Petar Popovic
2024-04-28 21:02:33 +02:00
committed by Sam Lantinga
parent 3f2f712fff
commit dffbb574ea

View File

@@ -900,7 +900,7 @@ SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NUL
extern DECLSPEC void SDLCALL SDL_PumpEvents(void); extern DECLSPEC void SDLCALL SDL_PumpEvents(void);
/* @{ */ /* @{ */
typedef enum SDL_eventaction typedef enum SDL_EventAction
{ {
SDL_ADDEVENT, SDL_ADDEVENT,
SDL_PEEKEVENT, SDL_PEEKEVENT,