Enum leanshot_xlib::EventKind[][src]

pub enum EventKind {
    ButtonPress,
    ButtonRelease,
    None,
}

Type of event

Variants

A mouse button was pressed

A mouse button was released

None event

Auto Trait Implementations

impl Send for EventKind

impl Sync for EventKind