pub struct PointerMoved {
pub position: Vec2,
}Expand description
Pointer moved to a new position in window coordinates.
Fields§
§position: Vec2New position in logical pixels, top-left origin.
Trait Implementations§
Source§impl Clone for PointerMoved
impl Clone for PointerMoved
Source§fn clone(&self) -> PointerMoved
fn clone(&self) -> PointerMoved
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PointerMoved
impl Debug for PointerMoved
impl Copy for PointerMoved
impl Message for PointerMoved
Auto Trait Implementations§
impl Freeze for PointerMoved
impl RefUnwindSafe for PointerMoved
impl Send for PointerMoved
impl Sync for PointerMoved
impl Unpin for PointerMoved
impl UnsafeUnpin for PointerMoved
impl UnwindSafe for PointerMoved
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> IntoResult<T> for T
impl<T> IntoResult<T> for T
§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.