Struct android_activity::input::MotionEventFlags
source · pub struct MotionEventFlags(pub u32);Expand description
Flags associated with this MotionEvent.
See the NDK docs
Tuple Fields§
§0: u32Implementations§
source§impl MotionEventFlags
impl MotionEventFlags
pub fn window_is_obscured(self) -> bool
Trait Implementations§
source§impl Clone for MotionEventFlags
impl Clone for MotionEventFlags
source§fn clone(&self) -> MotionEventFlags
fn clone(&self) -> MotionEventFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MotionEventFlags
impl Debug for MotionEventFlags
source§impl PartialEq<MotionEventFlags> for MotionEventFlags
impl PartialEq<MotionEventFlags> for MotionEventFlags
source§fn eq(&self, other: &MotionEventFlags) -> bool
fn eq(&self, other: &MotionEventFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.