Updated the documentation for the SDL_PushEvent() call.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40277
This commit is contained in:
parent
528959fcb2
commit
5462cb89e0
2 changed files with 3 additions and 3 deletions
|
@ -301,7 +301,7 @@ int SDL_PeepEvents(SDL_Event *events, int numevents, SDL_eventaction action,
|
|||
|
||||
/* Don't look after we've quit */
|
||||
if ( ! SDL_EventQ.active ) {
|
||||
return(0);
|
||||
return(-1);
|
||||
}
|
||||
/* Lock the event queue */
|
||||
used = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue