Function winit::platform_impl::linux::common::xkb::keymap::scancode_to_physicalkey
source ยท pub fn scancode_to_physicalkey(scancode: u32) -> PhysicalKey
Expand description
Map the linux scancode to Keycode.
Both X11 and Wayland use keys with + 8
offset to linux scancode.