A "ghost" component

I have a semi-transparent component, and I would like that ,if you click(or drag) on it, the underlying component will receive the click(or drag), is there a simple solution for that in JUCE?

Component::setInterceptsMouseClicks()

ahh cool, thanks i overlooked this :smiley: