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]

Formats the value using the given formatter.

impl FromRaw<libinput_event_gesture> for GestureSwipeUpdateEvent
[src]

Create a new instance of this type from a raw pointer. Read more

impl AsRaw<libinput_event_gesture> for GestureSwipeUpdateEvent
[src]

Receive a raw pointer representing this type.

impl PartialEq for GestureSwipeUpdateEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for GestureSwipeUpdateEvent
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl EventTrait for GestureSwipeUpdateEvent
[src]

Convert into a general Event again

Get the libinput context from the event.

Return the device associated with this event. Read more

impl Drop for GestureSwipeUpdateEvent
[src]

A method called when the value goes out of scope. Read more

impl GestureSwipeEventTrait for GestureSwipeUpdateEvent
[src]

Convert into a general GestureSwipeEvent

impl GestureEventCoordinates for GestureSwipeUpdateEvent
[src]

Return the delta between the last event and the current event. Read more

Return the relative delta of the unaccelerated motion vector of the current event. Read more

Return the delta between the last event and the current event. Read more

Return the relative delta of the unaccelerated motion vector of the current event. Read more