mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
SDL_HINT_IME_SHOW_UI defaults to SDL_TRUE
This hint is currently only used on Windows, and this matches the behavior of other platforms.
This commit is contained in:
parent
382494eeda
commit
def7a43a2e
3 changed files with 3 additions and 6 deletions
|
@ -966,8 +966,8 @@ extern "C" {
|
|||
*
|
||||
* The variable can be set to the following values:
|
||||
*
|
||||
* - "0": Native UI components are not display. (default)
|
||||
* - "1": Native UI components are displayed.
|
||||
* - "0": Native UI components are not display.
|
||||
* - "1": Native UI components are displayed. (default)
|
||||
*
|
||||
* This hint should be set before SDL is initialized.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue