no message
This commit is contained in:
parent
f2bec8409e
commit
bd4905e8c3
|
@ -977,8 +977,8 @@ void resumeRunMode()
|
|||
|
||||
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue