Struct egui::KeyboardShortcut
source · Expand description
A keyboard shortcut, e.g. Ctrl+Alt+W.
Can be used with crate::InputState::consume_shortcut
and crate::Context::format_shortcut.
Fields§
§modifiers: Modifiers§key: KeyImplementations§
Trait Implementations§
source§impl Clone for KeyboardShortcut
impl Clone for KeyboardShortcut
source§fn clone(&self) -> KeyboardShortcut
fn clone(&self) -> KeyboardShortcut
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more