Debian: on-screen button to show keyboard

This commit is contained in:
Sergii Pylypenko
2020-01-09 21:02:26 +02:00
parent 4a13c9b8d1
commit 4081383cd4
10 changed files with 9 additions and 8 deletions

View File

@@ -155,6 +155,7 @@ int main( int argc, char* argv[] )
SDL_ANDROID_SetScreenKeyboardButtonShown(SDL_ANDROID_SCREENKEYBOARD_BUTTON_0, 0);
SDL_ANDROID_SetScreenKeyboardButtonShown(SDL_ANDROID_SCREENKEYBOARD_BUTTON_1, 0);
SDL_ANDROID_SetScreenKeyboardButtonShown(SDL_ANDROID_SCREENKEYBOARD_BUTTON_2, 0);
SDL_ANDROID_SetScreenKeyboardButtonShown(SDL_ANDROID_SCREENKEYBOARD_BUTTON_3, 0);
}
{