| Summary: | [patch] SDL_IsScreenKeyboardShown doesn't respond to keyboard being dismissed | ||
|---|---|---|---|
| Product: | SDL | Reporter: | philhassey <phil> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus, phil, philipp.wiesemann |
| Version: | 2.0.3 | Keywords: | triage-2.0.4 |
| Hardware: | iPhone/iPod touch | ||
| OS: | iOS (All) | ||
| Attachments: | A patch for the reported bug. | ||
Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry if you got a lot of email from this. This is to help me sort through some bugs in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4, though! Yeah, this patch is in Mercurial as https://hg.libsdl.org/SDL/rev/bff6f1fecc5d, thanks! --ryan. |
Created attachment 1785 [details] A patch for the reported bug. On iOS, after bringing the keyboard up on screen, if I tap the "dismiss keyboard" button at the bottom right of the screen, SDL_IsScreenKeyboardShown doesn't updated correctly to report that the keyboard has disappeared. I've attached a small patch that fixes this.