Change image of a drag source while dragging

Hi, Iā€™m just new to juce :slight_smile:

Is there a way to change the appearance of a DragAndDrop source while the source is dragged?

In startDragging() I pass an Image and would like to change it while the dragging is still active (e.g. if the source is over a drag target).

Thanks!

1 Like