pub type Event = Event;
Expand description
Alias for Event type; i.e. composite::Event.
Aliased Type§
enum Event {
Chorded(Event),
TapHold(Event),
LayerModification(LayerEvent),
}
pub type Event = Event;
Alias for Event type; i.e. composite::Event.
enum Event {
Chorded(Event),
TapHold(Event),
LayerModification(LayerEvent),
}