Remove DeviceEvent::Text event

The event is never constructed inside the winit.
This commit is contained in:
Kirill Chibisov
2023-09-23 18:40:23 +04:00
committed by GitHub
parent 2422ea39d0
commit 8c8fb39fcd
2 changed files with 1 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- Implement `PartialOrd` and `Ord` for `MouseButton`.
- On X11, fix event loop not waking up on `ControlFlow::Poll` and `ControlFlow::WaitUntil`.
- **Breaking:** Change default `ControlFlow` from `Poll` to `Wait`.
- **Breaking:** remove `DeviceEvent::Text`.
# 0.29.1-beta