no message

This commit is contained in:
BADIM-PC\Vadim 2018-01-16 11:25:53 +03:00
parent f2bec8409e
commit bd4905e8c3
1 changed files with 2 additions and 2 deletions

View File

@ -977,8 +977,8 @@ void resumeRunMode()
static void showSoftKeyboard() static void showSoftKeyboard()
{ {
if(SDL_HasScreenKeyboardSupport())
if(studio.mode == TIC_CONSOLE_MODE || studio.mode == TIC_CODE_MODE) if(studio.mode == TIC_CONSOLE_MODE || studio.mode == TIC_CODE_MODE)
if(!SDL_IsTextInputActive())
SDL_StartTextInput(); SDL_StartTextInput();
} }