Struct input::event::gesture::GesturePinchEndEvent [] [src]

pub struct GesturePinchEndEvent { /* fields omitted */ }

Pinch gesture ended

Trait Implementations

impl Eq for GesturePinchEndEvent
[src]

impl Debug for GesturePinchEndEvent
[src]

Formats the value using the given formatter.

impl FromRaw<libinput_event_gesture> for GesturePinchEndEvent
[src]

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

impl AsRaw<libinput_event_gesture> for GesturePinchEndEvent
[src]

Receive a raw pointer representing this type.

impl PartialEq for GesturePinchEndEvent
[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 GesturePinchEndEvent
[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 GesturePinchEndEvent
[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 GesturePinchEndEvent
[src]

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

impl GesturePinchEventTrait for GesturePinchEndEvent
[src]

Return the absolute scale of a pinch gesture, the scale is the division of the current distance between the fingers and the distance at the start of the gesture. Read more

Convert into a general GesturePinchEvent

impl GestureEndEvent for GesturePinchEndEvent
[src]

Return if the gesture ended normally, or if it was cancelled.