is it possible to set a ui component to not listen to mouse inputs? like non interactive or something? So all inputs will go through the next underlying component?
for example i have a scroll panel and an additional panel on top of that with a border slice image. Because i want to have a border image for the scroll panel. But as long as this top panel is enabled the scrolling does not work. I can not set an image for the scroll panel because this one uses a mask.