pub struct TouchMotionEvent { /* private fields */ }
Expand description
An event related to moving a finger on the screen
Trait Implementations§
Source§impl AsRaw<libinput_event_touch> for TouchMotionEvent
impl AsRaw<libinput_event_touch> for TouchMotionEvent
Source§fn as_raw(&self) -> *const libinput_event_touch
fn as_raw(&self) -> *const libinput_event_touch
Receive a raw pointer representing this type.
Source§impl Context for TouchMotionEvent
impl Context for TouchMotionEvent
Source§impl Debug for TouchMotionEvent
impl Debug for TouchMotionEvent
Source§impl Drop for TouchMotionEvent
impl Drop for TouchMotionEvent
Source§impl EventTrait for TouchMotionEvent
impl EventTrait for TouchMotionEvent
Source§impl Hash for TouchMotionEvent
impl Hash for TouchMotionEvent
Source§impl PartialEq for TouchMotionEvent
impl PartialEq for TouchMotionEvent
Source§impl TouchEventPosition for TouchMotionEvent
impl TouchEventPosition for TouchMotionEvent
Source§fn x(&self) -> f64
fn x(&self) -> f64
Return the current absolute x coordinate of the touch event, in mm from
the top left corner of the device. Read more
Source§fn y(&self) -> f64
fn y(&self) -> f64
Return the current absolute y coordinate of the touch event, in mm from
the top left corner of the device. Read more
Source§impl TouchEventSlot for TouchMotionEvent
impl TouchEventSlot for TouchMotionEvent
impl Eq for TouchMotionEvent
Auto Trait Implementations§
impl Freeze for TouchMotionEvent
impl !RefUnwindSafe for TouchMotionEvent
impl !Send for TouchMotionEvent
impl !Sync for TouchMotionEvent
impl Unpin for TouchMotionEvent
impl !UnwindSafe for TouchMotionEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more