XSDL: Fixed random screen buttons appearing when user redefined them through SDL dialog.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user