mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-18 20:18:59 +00:00
Sync SDL3 wiki -> header
[ci skip]
(cherry picked from commit ae429cf5ee)
This commit is contained in:
parent
c548acee53
commit
3e2bf29153
1 changed files with 5 additions and 3 deletions
|
|
@ -810,10 +810,12 @@ extern "C" {
|
|||
#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:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue