Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2026-03-08 23:13:12 +00:00
parent ae3ae4ba44
commit 466ab45722

View File

@@ -4558,7 +4558,8 @@ extern "C" {
* *
* This enables the window to still receive input even if not in foreground. * This enables the window to still receive input even if not in foreground.
* *
* Focused windows that receive text input will still prevent input events from triggering. * Focused windows that receive text input will still prevent input events
* from triggering.
* *
* - "0": Input is not received when not in focus or foreground. (default) * - "0": Input is not received when not in focus or foreground. (default)
* - "1": Input will be received even when not in focus or foreground. * - "1": Input will be received even when not in focus or foreground.