pub struct GestureSwipeUpdateEvent { /* private fields */ }
Expand description
In-progress swipe gesture updated
Trait Implementations§
Source§impl AsRaw<libinput_event_gesture> for GestureSwipeUpdateEvent
impl AsRaw<libinput_event_gesture> for GestureSwipeUpdateEvent
Source§fn as_raw(&self) -> *const libinput_event_gesture
fn as_raw(&self) -> *const libinput_event_gesture
Receive a raw pointer representing this type.
Source§impl Context for GestureSwipeUpdateEvent
impl Context for GestureSwipeUpdateEvent
Source§impl Debug for GestureSwipeUpdateEvent
impl Debug for GestureSwipeUpdateEvent
Source§impl Drop for GestureSwipeUpdateEvent
impl Drop for GestureSwipeUpdateEvent
Source§impl EventTrait for GestureSwipeUpdateEvent
impl EventTrait for GestureSwipeUpdateEvent
Source§impl GestureEventCoordinates for GestureSwipeUpdateEvent
impl GestureEventCoordinates for GestureSwipeUpdateEvent
Source§fn dx_unaccelerated(&self) -> f64
fn dx_unaccelerated(&self) -> f64
Return the relative delta of the unaccelerated motion vector of the
current event. Read more
Source§fn dy_unaccelerated(&self) -> f64
fn dy_unaccelerated(&self) -> f64
Return the relative delta of the unaccelerated motion vector of the
current event. Read more
Source§impl GestureSwipeEventTrait for GestureSwipeUpdateEvent
impl GestureSwipeEventTrait for GestureSwipeUpdateEvent
Source§fn into_gesture_swipe_event(self) -> GestureSwipeEventwhere
Self: Sized,
fn into_gesture_swipe_event(self) -> GestureSwipeEventwhere
Self: Sized,
Convert into a general
GestureSwipeEvent
Source§impl Hash for GestureSwipeUpdateEvent
impl Hash for GestureSwipeUpdateEvent
Source§impl PartialEq for GestureSwipeUpdateEvent
impl PartialEq for GestureSwipeUpdateEvent
impl Eq for GestureSwipeUpdateEvent
Auto Trait Implementations§
impl Freeze for GestureSwipeUpdateEvent
impl !RefUnwindSafe for GestureSwipeUpdateEvent
impl !Send for GestureSwipeUpdateEvent
impl !Sync for GestureSwipeUpdateEvent
impl Unpin for GestureSwipeUpdateEvent
impl !UnwindSafe for GestureSwipeUpdateEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> GestureEventTrait for T
impl<T> GestureEventTrait for T
Source§fn finger_count(&self) -> i32
fn finger_count(&self) -> i32
Return the number of fingers used for a gesture. Read more
Source§fn into_gesture_event(self) -> GestureEventwhere
Self: Sized,
fn into_gesture_event(self) -> GestureEventwhere
Self: Sized,
Convert into a general
GestureEvent
again