Always hide screen keyboard on Ouya

This commit is contained in:
pelya
2013-09-20 12:41:04 +03:00
parent ce055ae881
commit 3c7a9b79ec

View File

@@ -518,6 +518,8 @@ class Settings
for( int i = 0; i < Globals.ScreenKbControlsShown.length; i++ )
if( Globals.ScreenKbControlsShown[i] )
screenKbReallyUsed = true;
if( p.isRunningOnOUYA() )
screenKbReallyUsed = false;
if( screenKbReallyUsed )
{
nativeSetTouchscreenKeyboardUsed();