winit/src/platform_impl/web
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
..
async Web Async Rework (#3082) 2023-10-16 15:50:22 +02:00
event_loop Web Async Rework (#3082) 2023-10-16 15:50:22 +02:00
web_sys Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
device.rs Rename internal structs for consistency (#2149) 2022-03-18 14:09:39 +01:00
error.rs Fix web errors (#1040) 2019-07-10 18:54:54 -04:00
keyboard.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
mod.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
monitor.rs On Web, never return a MonitorHandle (#3051) 2023-08-26 18:56:44 +02:00
window.rs Make WindowBuilder Send + Sync 2023-10-17 04:54:12 +04:00