Draggables and Drag-and-drops

Flax controls has drag / drop related event handlers but there is no general guidance of using it.

DoDragDrop() has the same name of the method in Winform, but looking into the parameters it seems not work same as configuring in Winform…

There are two most common case in game ui with :
Draggable window/object
Drag-and drop capablility of an item & its drop target

Is there an example of handling UI drag somewhere? Or plan for dealing it in official documents?

We support native drag&drop but it’s used in Editor only. It would be nice to extend it into Game and provide some examples. Until this you can try mock some drag operations within UI with custom scripts logic.

Thank you for information. I should look into it!