Trait TouchMotionEvent

Source
pub trait TouchMotionEvent<B: InputBackend>: TouchEvent<B> + AbsolutePositionEvent<B> { }
Expand description

Trait for touch events regarding movement on the screen

Implementations on Foreign Types§

Source§

impl TouchMotionEvent<LibinputInputBackend> for TouchMotionEvent

Available on crate feature backend_libinput only.

Implementors§

Source§

impl TouchMotionEvent<WinitInput> for WinitTouchMovedEvent

Available on crate feature backend_winit only.
Source§

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