Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN

Fixes https://github.com/libsdl-org/SDL/issues/13049
This commit is contained in:
Sam Lantinga
2025-10-09 23:53:02 -07:00
parent 5441d33c0e
commit 1871b998cd
29 changed files with 110 additions and 121 deletions

View File

@@ -30,7 +30,6 @@
boolean isAndroidTV();
boolean isChromebook();
boolean isDeXMode();
boolean isScreenKeyboardShown();
boolean isTablet();
void manualBackButton();
int messageboxShowMessageBox(int, java.lang.String, java.lang.String, int[], int[], java.lang.String[], int[]);