Trait input::event::device::DeviceEventTrait [] [src]

pub trait DeviceEventTrait: AsRaw<libinput_event_device_notify> {
    fn into_device_event(self) -> DeviceEvent where Self: Sized { ... }
}

Common functions all Device-Events implement.

Provided Methods

Convert into a general DeviceEvent again

Implementors