mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -45,7 +45,7 @@ When does "the event queue run"? There are several points:
|
|||||||
- SDL_PumpEvents is also called by several other APIs internally:
|
- SDL_PumpEvents is also called by several other APIs internally:
|
||||||
SDL_PollEvent(), SDL_PeepEvents(), SDL_WaitEvent(),
|
SDL_PollEvent(), SDL_PeepEvents(), SDL_WaitEvent(),
|
||||||
SDL_WaitEventTimeout(), and maybe others.
|
SDL_WaitEventTimeout(), and maybe others.
|
||||||
- If you are using [the main callbacks](README-main-functions), the
|
- If you are using [the main callbacks](main-functions), the
|
||||||
event queue can run immediately after any of the callback functions return.
|
event queue can run immediately after any of the callback functions return.
|
||||||
|
|
||||||
Note that these are just guaranteed minimum lifespans; any given string
|
Note that these are just guaranteed minimum lifespans; any given string
|
||||||
|
Reference in New Issue
Block a user