winit/src/platform_impl/orbital
Diggory Hardy acfeff5327
Revise Key and KeyCode enums
Split `Key` into clear categories, like `Named`, `Dead`, Character`, `Unidentified`
removing the `#[non_exhaustive]` from the `Key` itself.

Similar action was done for the `KeyCode`.

Fixes: #2995
Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
2023-10-19 18:27:49 +04:00
..
event_loop.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
mod.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window.rs Update to new raw-window-handle strategy 2023-10-15 06:07:39 +04:00