winit-core: add Ime::DeleteSurroundingText API
This completes the basic API required for e.g. Wayland.
This commit is contained in:
parent
120f21a010
commit
d7fdfb1bca
4 changed files with 81 additions and 5 deletions
|
|
@ -83,6 +83,7 @@ changelog entry.
|
|||
- Each platform now has corresponding `WindowAttributes` struct instead of trait extension.
|
||||
- On Wayland, added implementation for `Window::set_window_icon`
|
||||
- Add `Window::request_ime_update` to atomically apply set of IME changes.
|
||||
- Add `Ime::DeleteSurrounding` to let the input method delete text.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue