pub trait GestureHoldBeginEvent<B: InputBackend>: GestureBeginEvent<B> { }Expand description
Trait for gesture hold begin event.
Implementations on Foreign Types§
impl GestureHoldBeginEvent<LibinputInputBackend> for GestureHoldBeginEvent
Available on crate feature
backend_libinput only.