You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// yakui/crates/yakui-winit/src/lib.rsWinitEvent::WindowEvent{event:WindowEvent::Ime(winit::event::Ime::Commit(text)),
..
} => {for c in text.chars(){
state.handle_event(Event::TextInput(c));}true}
Thank you for the PR on this! I did some testing after I merged your PR. I filed issues #122, #123, and #124 with specific things that we still need to make our IME support good.
native input method support is required
Need to input Chinese, Japanese, and Korean text
The text was updated successfully, but these errors were encountered: