-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android SDL2 2.30.[0|1] regression for ...IsTextInput... functions #9240
Comments
Can you describe how they work differently? |
In between, I moved back to 2.28.5 to avoid the difficulty. I feel really sorry if the provided description is missing deterministic technical details, but I may hardly come back to the isssue at the moment due to my professional work-load. |
These details are enough to understand the issue, thanks! |
I think what you want is |
potentially related: love2d/love#2031 (comment) and #9215 |
Sorry to bother you...
Target: Android
SDL2 version: 2.30.0/2.30.1 comparing to 2.28.5 and before
weak relation to issue 9202
Observed on any Android application:
SDL_bool SDL_IsTextInputActive(void);
works different than beforeSDL_bool SDL_IsTextInputShown(void);
is unreliableIn other words:
void SDL_StartTextInput(void);
andvoid SDL_StopTextInput(void);
both work as before.The text was updated successfully, but these errors were encountered: