Type Alias TapHoldEvent

Source
pub type TapHoldEvent = Event;
Expand description

Type aliases for convenience.

Aliased Type§

pub enum TapHoldEvent {
    TapHoldTimeout,
}

Variants§

§

TapHoldTimeout

Event indicating the key has been held long enough to resolve as hold.

Trait Implementations§

Source§

impl TryFrom<Event> for TapHoldEvent

Source§

type Error = EventError

The type returned in the event of a conversion error.
Source§

fn try_from(ev: Event) -> Result<Self, Self::Error>

Performs the conversion.