SDL: fixed SDL_ANDROID_GetScreenKeyboardTextInputAsync() API, build.sh -q will rebuild only armeabi-v7a package

This commit is contained in:
Sergii Pylypenko
2017-01-10 20:47:35 +02:00
parent f3f5378693
commit a826416f74
8 changed files with 33 additions and 8 deletions

View File

@@ -306,7 +306,6 @@ void SDL_ANDROID_DeferredTextInput()
{
if( SDL_ANDROID_TextInputFinished )
{
SDL_ANDROID_TextInputFinished = 0;
SDL_ANDROID_IsScreenKeyboardShownFlag = 0;
}
}