winit/src/platform_impl/android
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
..
keycodes.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
mod.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00