Function bevy_egui::systems::bevy_to_egui_physical_key
source · pub fn bevy_to_egui_physical_key(key: &KeyCode) -> Option<Key>
Expand description
Matches the implementation of https://github.com/emilk/egui/blob/68b3ef7f6badfe893d3bbb1f791b481069d807d9/crates/egui-winit/src/lib.rs#L1080.