mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
renaming SDL_eventaction tag to SDL_EventAction
This commit is contained in:
parent
3f2f712fff
commit
dffbb574ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue