mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-09 19:36:29 +00:00
Provide the correct state of the on-screen keyboard to the API (patch from Sylvain)
This commit is contained in:
@@ -357,7 +357,7 @@ Android_HasScreenKeyboardSupport(_THIS)
|
||||
SDL_bool
|
||||
Android_IsScreenKeyboardShown(_THIS, SDL_Window * window)
|
||||
{
|
||||
return SDL_IsTextInputActive();
|
||||
return Android_JNI_IsScreenKeyboardShown();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user