pub trait TouchMotionEvent<B: InputBackend>: TouchEvent<B> + AbsolutePositionEvent<B> { }
Expand description
Trait for touch events regarding movement on the screen
Implementations on Foreign Types§
impl TouchMotionEvent<LibinputInputBackend> for TouchMotionEvent
Available on crate feature
backend_libinput
only.Implementors§
impl TouchMotionEvent<WinitInput> for WinitTouchMovedEvent
Available on crate feature
backend_winit
only.