SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
222 stars 18 forks source link

feat(ime): add Input Method Support #121

Closed stolen-programmer closed 7 months ago

LPGhatguy commented 7 months ago

This makes sense to me! Do you know if there's any additional work that we need to do for baseline IME support?

stolen-programmer commented 7 months ago

This makes sense to me! Do you know if there's any additional work that we need to do for baseline IME support?

I'm sorry, I don't know much about baseline

LPGhatguy commented 7 months ago

No problem! I just tried this branch out locally with the Microsoft Japanese IME and this PR does enable using it, which is good. I'll file some follow up issues about what I think we can do for better support yet in the future.