Ver código fonte

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 3 dias atrás
pai
commit
466ab45722
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      include/SDL3/SDL_hints.h

+ 2 - 1
include/SDL3/SDL_hints.h

@@ -4558,7 +4558,8 @@ extern "C" {
  *
  * 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)
  * - "1": Input will be received even when not in focus or foreground.