winit/src/platform_impl
Yusuke Kominami 8afeb910bd
Add composition event on macOS (#1979)
* 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>
2021-08-09 11:14:13 +02:00
..
android Implement Window::request_redraw on Android (#1953) 2021-06-05 12:47:08 +02:00
ios Implemented focus_window (#1944) 2021-05-19 18:39:53 +02:00
linux On X11 and Wayland, fx window resize cursor orientation 2021-08-01 11:19:00 +03:00
macos Add composition event on macOS (#1979) 2021-08-09 11:14:13 +02:00
web Remove support for stdweb (#1941) 2021-05-24 10:06:21 -07:00
windows Remove window subclassing (#1933) 2021-07-16 12:40:48 +02:00
mod.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00