winit-core: add Ime::DeleteSurroundingText API

This completes the basic API required for e.g. Wayland.
This commit is contained in:
DorotaC 2025-08-02 12:17:27 +02:00 committed by GitHub
parent 120f21a010
commit d7fdfb1bca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 81 additions and 5 deletions

View file

@ -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