winit/src/platform_impl
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
..
android Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
ios Make WindowBuilder Send + Sync 2023-10-17 04:54:12 +04:00
linux Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
macos Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
orbital Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
web Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
windows Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
mod.rs Redox OS support (#2588) 2023-01-05 06:58:08 -07:00