Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 day ago
parent
commit
ae429cf5ee
1 changed files with 5 additions and 3 deletions
  1. 5 3
      include/SDL3/SDL_hints.h

+ 5 - 3
include/SDL3/SDL_hints.h

@@ -866,10 +866,12 @@ extern "C" {
 #define SDL_HINT_ENABLE_SCREEN_KEYBOARD "SDL_ENABLE_SCREEN_KEYBOARD"
 #define SDL_HINT_ENABLE_SCREEN_KEYBOARD "SDL_ENABLE_SCREEN_KEYBOARD"
 
 
 /**
 /**
- * A variable that controls whether the Steam on-screen keyboard should be shown
- * when text input is active.
+ * A variable that controls whether the Steam on-screen keyboard should be
+ * shown when text input is active.
  *
  *
- * Steam will set this hint via environment variable for games launched in Big Picture mode. To override this you should call SDL_SetHintWithPriority() with priority `SDL_HINT_OVERRIDE`.
+ * Steam will set this hint via environment variable for games launched in Big
+ * Picture mode. To override this you should call SDL_SetHintWithPriority()
+ * with priority `SDL_HINT_OVERRIDE`.
  *
  *
  * The variable can be set to the following values:
  * The variable can be set to the following values:
  *
  *