mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +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
|
@ -540,9 +540,6 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
#endif
|
||||
|
||||
/* Enable showing IME candidates */
|
||||
SDL_SetHint(SDL_HINT_IME_SHOW_UI, "1");
|
||||
|
||||
for (i = 0; i < state->num_windows; ++i) {
|
||||
UpdateTextWindowInputRect(SDL_GetWindowID(state->windows[i]));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue