| Summary: | Implement TEXTINPUT events for Haiku | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Kai Sterker <kai.sterker> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | kai.sterker |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Haiku | ||
| Attachments: | Patch to generate proper SDL_TEXTINPUT event on Haiku | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/476a717c10cf |
Created attachment 2587 [details] Patch to generate proper SDL_TEXTINPUT event on Haiku Apparently, SDL2 on Haiku does not generate SDL_TEXTINPUT events. Attached is a patch that adds this functionality. Tested with SDLs own checkkeys program and different keymaps as well as my own SDL application and German keyboard layout to verify it generates the expected input.