mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
*** empty log message ***
This commit is contained in:
parent
785e6c2328
commit
9e02d4aecb
|
|
@ -274,8 +274,8 @@ extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event *event);
|
|||
extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event *event);
|
||||
|
||||
/* Add an event to the event queue.
|
||||
This function returns 0 if the event queue was full, or -1
|
||||
if there was some other error. Returns 1 on success.
|
||||
This function returns 0 on success, or -1 if the event queue was full
|
||||
or there was some other error.
|
||||
*/
|
||||
extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event *event);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user