mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
* Enable to show text when IME is active * Remove unnecessary variable * Enable to use IME * fmt * Remove println! for debug * Fix handling of utf-8 string * clear_marked_text should be rust function, not member function * Store state information in ViewState * Remove unnecessary function * format * Remove mut * format * Remove duplicate marked text * Remove unused `is_preediting` field Co-authored-by: Artúr Kovács <kovacs.artur.barnabas@gmail.com>