Function input::map_keybindings

source ·
pub fn map_keybindings<CustomEvent: CustomEvent>(
    bindings: &[String]
) -> Vec<Event<CustomEvent>>
Expand description

Map a keybinding to a list of events.