Fixed documentation error
This commit is contained in:
parent
dfd7489f5b
commit
f0de16c63e
1 changed files with 4 additions and 4 deletions
|
@ -382,12 +382,12 @@ typedef enum
|
||||||
* the back of the event queue.
|
* the back of the event queue.
|
||||||
*
|
*
|
||||||
* If \c action is ::SDL_PEEKEVENT, up to \c numevents events at the front
|
* If \c action is ::SDL_PEEKEVENT, up to \c numevents events at the front
|
||||||
* of the event queue, matching \c mask, will be returned and will not
|
* of the event queue, within the specified minimum and maximum type,
|
||||||
* be removed from the queue.
|
* will be returned and will not be removed from the queue.
|
||||||
*
|
*
|
||||||
* If \c action is ::SDL_GETEVENT, up to \c numevents events at the front
|
* If \c action is ::SDL_GETEVENT, up to \c numevents events at the front
|
||||||
* of the event queue, matching \c mask, will be returned and will be
|
* of the event queue, within the specified minimum and maximum type,
|
||||||
* removed from the queue.
|
* will be returned and will be removed from the queue.
|
||||||
*
|
*
|
||||||
* \return The number of events actually stored, or -1 if there was an error.
|
* \return The number of events actually stored, or -1 if there was an error.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue