mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -1108,7 +1108,7 @@ typedef enum SDL_EventAction
|
|||||||
* \param numevents if action is SDL_ADDEVENT, the number of events to add
|
* \param numevents if action is SDL_ADDEVENT, the number of events to add
|
||||||
* back to the event queue; if action is SDL_PEEKEVENT or
|
* back to the event queue; if action is SDL_PEEKEVENT or
|
||||||
* SDL_GETEVENT, the maximum number of events to retrieve.
|
* SDL_GETEVENT, the maximum number of events to retrieve.
|
||||||
* \param action action to take; see [[#action|Remarks]] for details.
|
* \param action action to take; see [Remarks](#remarks) for details.
|
||||||
* \param minType minimum value of the event type to be considered;
|
* \param minType minimum value of the event type to be considered;
|
||||||
* SDL_EVENT_FIRST is a safe choice.
|
* SDL_EVENT_FIRST is a safe choice.
|
||||||
* \param maxType maximum value of the event type to be considered;
|
* \param maxType maximum value of the event type to be considered;
|
||||||
|
Reference in New Issue
Block a user