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

pub struct GesturePinchBeginEvent { /* fields omitted */ }

Pinch gesture began

Trait Implementations

impl Eq for GesturePinchBeginEvent
[src]

impl Debug for GesturePinchBeginEvent
[src]

Formats the value using the given formatter.

impl FromRaw<libinput_event_gesture> for GesturePinchBeginEvent
[src]

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

impl AsRaw<libinput_event_gesture> for GesturePinchBeginEvent
[src]

Receive a raw pointer representing this type.

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

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl EventTrait for GesturePinchBeginEvent
[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 GesturePinchBeginEvent
[src]

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

impl GesturePinchEventTrait for GesturePinchBeginEvent
[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