-
Notifications
You must be signed in to change notification settings - Fork 1.2k
No VirtualKeyCode for question mark #812
Copy link
Copy link
Closed
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - waylandAffects the Wayland backend, or generally free Unix platformsAffects the Wayland backend, or generally free Unix platformsDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platforms
Milestone
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - waylandAffects the Wayland backend, or generally free Unix platformsAffects the Wayland backend, or generally free Unix platformsDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platforms
There is no question mark variant of the
VirtualKeyCodetype: https://docs.rs/winit/0.19.0/winit/enum.VirtualKeyCode.htmlTyping a question mark produces the following (
virtual_keycodeisNone):Originally opened in glutin: rust-windowing/glutin#1104