XSDL: Fixed random screen buttons appearing when user redefined them through SDL dialog.

This commit is contained in:
Sergii Pylypenko
2014-07-02 23:44:13 +03:00
parent 0fe4f9b9f6
commit 214db63ac9

View File

@@ -164,7 +164,7 @@ int main( int argc, char* argv[] )
SDL_ANDROID_SetScreenKeyboardShown(1);
if( screenButtons )
if( screenButtons && !SDL_ANDROID_GetScreenKeyboardRedefinedByUser() )
{
SDL_Rect pos;
pos.x = 0;