Trait TouchCancelEvent

Source
pub trait TouchCancelEvent<B: InputBackend>: TouchEvent<B> { }
Expand description

Trait for touch events canceling the chain

Implementations on Foreign Types§

Source§

impl TouchCancelEvent<LibinputInputBackend> for TouchCancelEvent

Available on crate feature backend_libinput only.

Implementors§

Source§

impl TouchCancelEvent<WinitInput> for WinitTouchCancelledEvent

Available on crate feature backend_winit only.
Source§

impl<B: InputBackend> TouchCancelEvent<B> for UnusedEvent