Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-09-26 04:21:40 +00:00
parent d9a7da4fac
commit 59d69a3ba3

View file

@ -1011,7 +1011,9 @@ typedef enum SDL_EventAction
* event queue.
* - `SDL_PEEKEVENT`: `numevents` events at the front of the event queue,
* within the specified minimum and maximum type, will be returned to the
* caller and will _not_ be removed from the queue. If you pass NULL for `events`, then `numevents` is ignored and the total number of matching events will be returned.
* caller and will _not_ be removed from the queue. If you pass NULL for
* `events`, then `numevents` is ignored and the total number of matching
* events will be returned.
* - `SDL_GETEVENT`: up to `numevents` events at the front of the event queue,
* within the specified minimum and maximum type, will be returned to the
* caller and will be removed from the queue.