wayland: support for pinch, rotation, and pan gestures

Co-Authored-By: linkmauve <linkmauve@linkmauve.fr>
Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
This commit is contained in:
Alan Everett 2025-09-06 22:45:35 -04:00 committed by GitHub
parent a68f1a664b
commit 3be30affe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 187 additions and 5 deletions

View file

@ -82,6 +82,7 @@ changelog entry.
- `ActivationToken::as_raw` to get a ref to raw token.
- Each platform now has corresponding `WindowAttributes` struct instead of trait extension.
- On Wayland, added implementation for `Window::set_window_icon`
- On Wayland, added `PanGesture`, `PinchGesture`, and `RotationGesture`
- Add `Window::request_ime_update` to atomically apply set of IME changes.
- Add `Ime::DeleteSurrounding` to let the input method delete text.
- Add more `ImePurpose` values.