Struct limn_core::input::drag::DragEvent [] [src]

pub struct DragEvent {
    pub state: DragState,
    pub position: Point,
    pub offset: Vector,
    pub change: Vector,
}

Fields

mouse position

offset from drag start

change since last DragEvent

Trait Implementations

impl Debug for DragEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DragEvent
[src]

impl Clone for DragEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more