pub trait TouchCancelEvent<B: InputBackend>: TouchEvent<B> { }
Expand description
Trait for touch events canceling the chain
Implementations on Foreign Types§
impl TouchCancelEvent<LibinputInputBackend> for TouchCancelEvent
Available on crate feature
backend_libinput
only.Implementors§
impl TouchCancelEvent<WinitInput> for WinitTouchCancelledEvent
Available on crate feature
backend_winit
only.