Specifically looking at DragCallbacks
and the ability to have it so that only 1 (or n) draggable component(s) can be dragged at one time. Think of a chess board and only being allowed to move 1 piece rather than multiple at the same time.
This is currently possible to implement by manually keeping track of the current component being dragged and then returning from void onDragUpdate(DragUpdateEvent event)
. However, I imagine this is something that is implemented quite a lot and so would be nice for flame to handle it internally, making everything simpler.
None that I can forsee. Defaults should be provided to keep the behaviour as it is now and have the feature as "opt-in".
My original question on SO
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too