Struct makepad_widgets::MouseMoveEvent
pub struct MouseMoveEvent {
pub abs: DVec2,
pub window_id: WindowId,
pub modifiers: KeyModifiers,
pub time: f64,
pub handled: Cell<Area>,
}
Fields§
§abs: DVec2
§window_id: WindowId
§modifiers: KeyModifiers
§time: f64
§handled: Cell<Area>
Trait Implementations§
§impl Clone for MouseMoveEvent
impl Clone for MouseMoveEvent
§fn clone(&self) -> MouseMoveEvent
fn clone(&self) -> MouseMoveEvent
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 more§impl Debug for MouseMoveEvent
impl Debug for MouseMoveEvent
§impl From<StdinMouseMove> for MouseMoveEvent
impl From<StdinMouseMove> for MouseMoveEvent
§fn from(v: StdinMouseMove) -> MouseMoveEvent
fn from(v: StdinMouseMove) -> MouseMoveEvent
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for MouseMoveEvent
impl Send for MouseMoveEvent
impl !Sync for MouseMoveEvent
impl Unpin for MouseMoveEvent
impl UnwindSafe for MouseMoveEvent
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