Fixed Ouya text input once again

This commit is contained in:
pelya
2013-09-13 07:03:15 +03:00
parent c5ba5ef50c
commit 352d6c952e
3 changed files with 19 additions and 4 deletions

View File

@@ -163,10 +163,10 @@ MultiABI=n
AppMinimumRAM=0
# Application version code (integer)
AppVersionCode=1403
AppVersionCode=1404
# Application user-visible version name (string)
AppVersionName="1.4.03"
AppVersionName="1.4.04"
# Reset SDL config when updating application to the new version (y) / (n)
ResetSdlConfigForThisVersion=n

View File

@@ -263,6 +263,10 @@ BNX_BOOL hofEnter( BNX_GAME *game )
{
sysUpdate();
}
#ifdef __ANDROID__
if ( !SDL_IsScreenKeyboardShown(NULL) )
break;
#endif
}
while ( inpKeyA() == BNX_FALSE && inpKeyB() == BNX_FALSE );
hofResetCursor( curPos, recEntry->name );