Trait input::event::gesture::GestureSwipeEventTrait [] [src]

pub trait GestureSwipeEventTrait: AsRaw<libinput_event_gesture> {
    fn into_gesture_swipe_event(self) -> GestureSwipeEvent where Self: Sized { ... }
}

Common functions for swipe gesture events

Provided Methods

Convert into a general GestureSwipeEvent

Implementors