pub trait GestureSwipeEndEvent<B: InputBackend>: GestureEndEvent<B> { }Expand description
Trait for gesture swipe end event.
Implementations on Foreign Types§
impl GestureSwipeEndEvent<LibinputInputBackend> for GestureSwipeEndEvent
Available on crate feature
backend_libinput only.