Type Alias MouseEvent

Source
pub type MouseEvent = Event;
Expand description

Type aliases for convenience.

Aliased Type§

pub struct MouseEvent;

Trait Implementations§

Source§

impl TryFrom<Event> for MouseEvent

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.