winit-core: move keyboard

This commit is contained in:
Kirill Chibisov 2025-05-01 19:40:53 +09:00
parent 3142355417
commit a491c2abed
6 changed files with 18 additions and 10 deletions

View file

@ -78,6 +78,7 @@ changelog entry.
- Implement `CustomIconProvider` for `RgbaIcon`.
- Add `icon` module that exposes winit's icon API.
- `VideoMode::new` to create a `VideoMode`.
- `keyboard::ModifiersKey` to track which modifier is exactly pressed.
### Changed