Fixed Ouya text input once again
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user