SDL: Attempt to fix async text input

This commit is contained in:
Sergii Pylypenko
2017-09-26 22:27:53 +03:00
parent 7953493704
commit 5223f423d8
6 changed files with 8 additions and 10 deletions

View File

@@ -1035,6 +1035,7 @@ JAVA_EXPORT_NAME(DemoRenderer_nativeTextInputFinished) ( JNIEnv* env, jobject t
textInputBuffer[0] = 0;
textInputBuffer = NULL;
SDL_ANDROID_TextInputFinished = 1;
SDL_ANDROID_IsScreenKeyboardShownFlag = 0;
}
JNIEXPORT void JNICALL