-
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
Description
There is no question mark variant of the VirtualKeyCode type: https://docs.rs/winit/0.19.0/winit/enum.VirtualKeyCode.html
Typing a question mark produces the following (virtual_keycode is None):
KeyboardInput {
device_id: DeviceId(
X(
DeviceId(
3
)
)
),
input: KeyboardInput {
scancode: 26,
state: Pressed,
virtual_keycode: None,
modifiers: ModifiersState {
shift: true,
ctrl: false,
alt: false,
logo: false
}
}
}
Originally opened in glutin: rust-windowing/glutin#1104
Reactions are currently unavailable
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