Struct input::event::gesture::GestureSwipeUpdateEvent
[−]
[src]
pub struct GestureSwipeUpdateEvent { /* fields omitted */ }In-progress swipe gesture updated
Trait Implementations
impl Eq for GestureSwipeUpdateEvent[src]
impl Debug for GestureSwipeUpdateEvent[src]
impl FromRaw<libinput_event_gesture> for GestureSwipeUpdateEvent[src]
unsafe fn from_raw(ffi: *mut libinput_event_gesture) -> Self
Create a new instance of this type from a raw pointer. Read more
impl AsRaw<libinput_event_gesture> for GestureSwipeUpdateEvent[src]
fn as_raw(&self) -> *const libinput_event_gesture
Receive a raw pointer representing this type.
impl PartialEq for GestureSwipeUpdateEvent[src]
fn eq(&self, other: &Self) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Hash for GestureSwipeUpdateEvent[src]
fn hash<H: Hasher>(&self, state: &mut H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl EventTrait for GestureSwipeUpdateEvent[src]
fn into_event(self) -> Event where Self: Sized
Convert into a general Event again
fn context(&self) -> Libinput
Get the libinput context from the event.
fn device(&self) -> Device
Return the device associated with this event. Read more
impl Drop for GestureSwipeUpdateEvent[src]
impl GestureSwipeEventTrait for GestureSwipeUpdateEvent[src]
fn into_gesture_swipe_event(self) -> GestureSwipeEvent where Self: Sized
Convert into a general GestureSwipeEvent
impl GestureEventCoordinates for GestureSwipeUpdateEvent[src]
fn dx(&self) -> f64
Return the delta between the last event and the current event. Read more
fn dx_unaccelerated(&self) -> f64
Return the relative delta of the unaccelerated motion vector of the current event. Read more
fn dy(&self) -> f64
Return the delta between the last event and the current event. Read more
fn dy_unaccelerated(&self) -> f64
Return the relative delta of the unaccelerated motion vector of the current event. Read more