Crate bevy_dragndrop

Source

Structsยง

AwaitingDrag
Component used to designate when an object is waiting to be able to be dragged.
DragAwait
Event that is sent when an entity is waiting for a minimum time to elapse to intiate dragging
DragPlugin
Plugin that contains systems and events for dragging and dropping.
Draggable
Component that may be attached to anything with a transform and GlobalTransform component to give it draggable functionality.
Dragged
Event that is sent when an entity has just begun being dragged
Dragging
Component used to designate when an object is actively being dragged.
Dropped
Event that is sent when an entity is released
HoveredChange
Event that is sent when an entity is hovered over a new receiver, and when it is dropped.
InputFlags
Flags that keep track of relevant inputs.
Receiver
Component that may be attached to anything with a transform and GlobalTransform component to allow it to be detected when a draggable is dropped over it.