Duplication question about Juce::Component with modifier key

Hello,

Is Juce already content something like duplicating a component by clicking on it, pressing ALT and dragging a duplicated component ?

Thank you.

No… that’d be a very strange thing to do to a component. A sensible architecture would duplicate whatever object the component represents, and the UI would react to that by showing the appropriate number of components.