pub struct WheelData { /* private fields */ }
Expand description
Data of a Wheel event.
Implementations§
Source§impl WheelData
impl WheelData
Sourcepub fn get_source(&self) -> WheelSource
pub fn get_source(&self) -> WheelSource
Get the source of the wheel event.
Sourcepub fn get_delta_x(&self) -> f64
pub fn get_delta_x(&self) -> f64
Get the X delta.
Sourcepub fn get_delta_y(&self) -> f64
pub fn get_delta_y(&self) -> f64
Get the Y delta.
Trait Implementations§
impl StructuralPartialEq for WheelData
Auto Trait Implementations§
impl Freeze for WheelData
impl RefUnwindSafe for WheelData
impl Send for WheelData
impl Sync for WheelData
impl Unpin for WheelData
impl UnwindSafe for WheelData
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.