mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Merge pull request #161 from torkleyy/repr
Set #[repr] of VirtualKeyCode to u32
This commit is contained in:
commit
6c99546035
|
@ -138,6 +138,7 @@ pub enum MouseScrollDelta {
|
|||
}
|
||||
|
||||
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
|
||||
#[repr(u32)]
|
||||
pub enum VirtualKeyCode {
|
||||
/// The '1' key over the letters.
|
||||
Key1,
|
||||
|
|
Loading…
Reference in a new issue