Struct input::event::touch::TouchMotionEvent [] [src]

pub struct TouchMotionEvent { /* fields omitted */ }

An event related to moving a finger on the screen

Trait Implementations

impl Eq for TouchMotionEvent
[src]

impl Debug for TouchMotionEvent
[src]

Formats the value using the given formatter.

impl FromRaw<libinput_event_touch> for TouchMotionEvent
[src]

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

impl AsRaw<libinput_event_touch> for TouchMotionEvent
[src]

Receive a raw pointer representing this type.

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

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

impl TouchEventSlot for TouchMotionEvent
[src]

Get the seat slot of the touch event. Read more

Get the slot of this touch event. Read more

impl TouchEventPosition for TouchMotionEvent
[src]

Return the current absolute x coordinate of the touch event, in mm from the top left corner of the device. Read more

Return the current absolute y coordinate of the touch event, in mm from the top left corner of the device. Read more

Return the current absolute x coordinate of the touch event, transformed to screen coordinates. Read more

Return the current absolute y coordinate of the touch event, transformed to screen coordinates. Read more