Struct makepad_widgets::FingerDownEvent
pub struct FingerDownEvent {
pub window_id: WindowId,
pub abs: DVec2,
pub digit_id: DigitId,
pub device: DigitDevice,
pub tap_count: u32,
pub modifiers: KeyModifiers,
pub time: f64,
pub rect: Rect,
}
Fields§
§window_id: WindowId
§abs: DVec2
§digit_id: DigitId
§device: DigitDevice
§tap_count: u32
§modifiers: KeyModifiers
§time: f64
§rect: Rect
Implementations§
§impl FingerDownEvent
impl FingerDownEvent
Trait Implementations§
§impl Clone for FingerDownEvent
impl Clone for FingerDownEvent
§fn clone(&self) -> FingerDownEvent
fn clone(&self) -> FingerDownEvent
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 moreAuto Trait Implementations§
impl RefUnwindSafe for FingerDownEvent
impl Send for FingerDownEvent
impl Sync for FingerDownEvent
impl Unpin for FingerDownEvent
impl UnwindSafe for FingerDownEvent
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