| Summary: | Pressing Back button terminates app after SDL_StartTextInput | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Miku AuahDark <auahdark687291> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | CC: | sylvain.becker |
| Version: | HG 2.0 | ||
| Hardware: | ARM | ||
| OS: | Android (All) | ||
|
Description
Miku AuahDark
2019-12-19 05:31:26 UTC
I think this is fixed with: https://hg.libsdl.org/SDL/rev/381ddcd3957c When the text input is hidden, we need to set back the focus on mSurface Please let me know Didn't know the fix is that simple. Thanks, it now properly capture "Back" button as escape again. |