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?