pub type KeyDefinitionsType = Keys1<Key, Context, Event, PressedKey>;
Expand description
Alias for a tuples KeysN type. Without a custom keymap, just a single composite::Key.
Aliased Typeยง
struct KeyDefinitionsType(/* private fields */);
pub type KeyDefinitionsType = Keys1<Key, Context, Event, PressedKey>;
Alias for a tuples KeysN type. Without a custom keymap, just a single composite::Key.
struct KeyDefinitionsType(/* private fields */);