bndr-js - v0.18.0 / DragData
Interface: DragData
Properties
current
• current: vec2
The current position of the pointer.
Defined in
delta
• delta: vec2
The delta of the pointer position.
Defined in
event
• event: PointerEvent
The original pointer event.
Defined in
start
• start: vec2
The position of the pointer when the drag started.
Defined in
type
• type: "down"
| "up"
| "drag"
The type of the event.