juce::ComponentDragger feature request

if Point mouseDownWithinTarget from the juce::ComponentDragger was public instead of private, people could make componentDraggers that go back to their original point if a certain condition is true in mouseUp (or by adding a dedicated method for this specific purpose). atm i easily solve this by saving the start bounds in the component itself so it’s a rather pedantic feature request but i felt like this would improve the workflow slightly. common usecase is when you want to drag something onto something else to assign it to the other thing, like telling a modulator to modulate a certain parameter or so

1 Like