Disactive IME when text input ends

This commit is contained in:
Chanwoong Kim 2016-03-03 22:28:31 +09:00
parent 6df34c13aa
commit f05da9d312
1 changed files with 1 additions and 0 deletions

View File

@ -873,6 +873,7 @@ void platform_stop_text_input()
{
SDL_StopTextInput();
gTextInput = NULL;
gTextInputCompositionActive = false;
}
static void platform_unload_cursors()