mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-05 07:09:32 +00:00
Revert renaming SDL_eventaction. adding it again in next commit with
scripts
This reverts commit f08c31060a.
This commit is contained in:
committed by
Ryan C. Gordon
parent
9f83647aec
commit
1efadcc5d4
@@ -828,7 +828,7 @@ typedef enum
|
||||
SDL_ADDEVENT,
|
||||
SDL_PEEKEVENT,
|
||||
SDL_GETEVENT
|
||||
} SDL_EventAction;
|
||||
} SDL_eventaction;
|
||||
|
||||
/**
|
||||
* Check the event queue for messages and optionally return them.
|
||||
@@ -868,7 +868,7 @@ typedef enum
|
||||
* \sa SDL_PumpEvents
|
||||
* \sa SDL_PushEvent
|
||||
*/
|
||||
extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int numevents, SDL_EventAction action, Uint32 minType, Uint32 maxType);
|
||||
extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int numevents, SDL_eventaction action, Uint32 minType, Uint32 maxType);
|
||||
/* @} */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user