Trait GestureSwipeEventTrait

Source
pub trait GestureSwipeEventTrait: AsRaw<libinput_event_gesture> + Context {
    // Provided method
    fn into_gesture_swipe_event(self) -> GestureSwipeEvent
       where Self: Sized { ... }
}
Expand description

Common functions for swipe gesture events

Provided Methods§

Source

fn into_gesture_swipe_event(self) -> GestureSwipeEvent
where Self: Sized,

Convert into a general GestureSwipeEvent

Implementors§