Open iacore opened 2 weeks ago
I think I found another major problem of IME support on SDL.
The composition text doesn't show when typing.
Firefox:
It's the underlined text above. When I type in, the text doesn't show.
dvui:
The composition text is nowhere to be found.
What is Composition -- from SDL wiki
This certainly makes text widget rendering a bit more stateful, given how the text is spliced in.
Thanks for the report! Looks like we aren't handling the SDL_TextEditingEvent yet, but this should be doable.
I think I found another major problem of IME support on SDL.
The composition text doesn't show when typing.
Firefox:
It's the underlined text above. When I type in, the text doesn't show.
dvui:
The composition text is nowhere to be found.
What is Composition -- from SDL wiki