ultralight-ux / Ultralight

Lightweight, high-performance HTML renderer for game and app developers.
https://ultralig.ht
4.69k stars 196 forks source link

Add IME (Input Method Editor) support #24

Open adamjs opened 6 years ago

adamjs commented 6 years ago

Expose the input method editor API so we can support Asian text input.

p0358 commented 1 year ago

One might find this rather useful in the meantime: https://github.com/p0358/ultralight_ime

image

p0358 commented 1 year ago

It's worth noting that for AppCore apps (non-fullscreen), Windows will use fallback IME support for now, which will show preview of the prompt in the top-left corner of the screen, confirming of which will insert the full final text into the in-app's actual text prompt. The workaround I linked above is appropriate for full-screen apps (such as games).

image