winit-core/keyboard: use keyboard_types

Closes #2394.
This commit is contained in:
Mads Marquart 2025-06-07 09:47:47 +02:00 committed by GitHub
parent 3a84da6951
commit 2900ecab93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 54 additions and 1897 deletions

View file

@ -70,7 +70,6 @@ mod r#async;
mod cursor;
mod event;
pub(crate) mod event_loop;
mod keyboard;
mod lock;
pub(crate) mod main_thread;
mod monitor;