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§
Sourcefn into_gesture_swipe_event(self) -> GestureSwipeEventwhere
Self: Sized,
fn into_gesture_swipe_event(self) -> GestureSwipeEventwhere
Self: Sized,
Convert into a general GestureSwipeEvent