diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h index 26c5dd2c49..f98275e195 100644 --- a/include/SDL3/SDL_events.h +++ b/include/SDL3/SDL_events.h @@ -900,7 +900,7 @@ SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NUL extern DECLSPEC void SDLCALL SDL_PumpEvents(void); /* @{ */ -typedef enum SDL_eventaction +typedef enum SDL_EventAction { SDL_ADDEVENT, SDL_PEEKEVENT,