Detect multiple drag and drop inputs at once

Widgets can be reparented between containers by simply adding them there. You could create a dragging widget that has a container (a horizontal box perhaps) and add both widgets there to have that visual feedback; and still have only one widget to drag - that horizontal box. What’s in the drag’s payload is up to you since you can extend it any way you want.