mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 03:26:15 +08:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -1258,8 +1258,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_FlushEvents(Uint32 minType, Uint32 maxType)
|
|||||||
* If `event` is not NULL, the next event is removed from the queue and stored
|
* If `event` is not NULL, the next event is removed from the queue and stored
|
||||||
* in the SDL_Event structure pointed to by `event`.
|
* in the SDL_Event structure pointed to by `event`.
|
||||||
*
|
*
|
||||||
* If `event` is NULL, it simply returns true if there is an event in the queue,
|
* If `event` is NULL, it simply returns true if there is an event in the
|
||||||
* but will not remove it from the queue.
|
* queue, but will not remove it from the queue.
|
||||||
*
|
*
|
||||||
* As this function may implicitly call SDL_PumpEvents(), you can only call
|
* As this function may implicitly call SDL_PumpEvents(), you can only call
|
||||||
* this function in the thread that initialized the video subsystem.
|
* this function in the thread that initialized the video subsystem.
|
||||||
|
|||||||
Reference in New Issue
Block a user