From de5a8b61d098484923368d771655d003be2ff693 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 3 Jun 2024 18:27:57 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- docs/README-strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-strings.md b/docs/README-strings.md index f58af02f2f..787f82ef80 100644 --- a/docs/README-strings.md +++ b/docs/README-strings.md @@ -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_PollEvent(), SDL_PeepEvents(), SDL_WaitEvent(), 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. Note that these are just guaranteed minimum lifespans; any given string