Trait input::event::gesture::GestureEndEvent
[−]
[src]
pub trait GestureEndEvent: AsRaw<libinput_event_gesture> {
fn cancelled(&self) -> bool { ... }
}Common functions for events noting the end of a gesture
Provided Methods
Implementors
impl GestureEndEvent for GestureSwipeEndEventimpl GestureEndEvent for GesturePinchEndEvent