Struct limn_core::input::drag::DragEvent
[−]
[src]
pub struct DragEvent { pub state: DragState, pub position: Point, pub offset: Vector, pub change: Vector, }
Fields
state: DragState
position: Point
mouse position
offset: Vector
offset from drag start
change: Vector
change since last DragEvent
Trait Implementations
impl Debug for DragEvent
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more