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