pub fn modifiers_text(modifiers: Modifiers, ctx: &Context) -> IconText
Expand description
Helper to add egui::Modifiers
as text with icons.
Will automatically show Cmd/Ctrl based on the OS.
pub fn modifiers_text(modifiers: Modifiers, ctx: &Context) -> IconText
Helper to add egui::Modifiers
as text with icons.
Will automatically show Cmd/Ctrl based on the OS.