pub trait Context {
// Required method
fn context(&self) -> &Libinput ⓘ;
}Expand description
Trait to receive the underlying context
Required Methods§
Implementors§
impl Context for DeviceEvent
impl Context for Event
impl Context for GestureEvent
impl Context for GestureHoldEvent
Available on crate feature
libinput_1_19 only.