Return list for multiple components from componentAt()?

Hey all,

I came from developing on Qt, where there are functionalities like getComponentAt(Point), but also a multiple-analog something like getComponentsAt(Point). I’d love for this to be an option in JUCE, and I noticed the code only needs a bit of refactoring in order to account for all components at a point.

I’m trying to put together a git pull request but have never done so before. Is this a good idea for an implementation? Or am I missing some functionality that can already do this?

Cheers! :slight_smile: