Hey,
I have a button control node, of which I am using the "pressed" signal. To get this working, I have to set the mousefilter to "pass", which makes the input propagate further but that also means that unhandledinput doesn't get called. My unhandledinput is handling some scrolling, which isn't working anymore when the user starts the screen drag on my button. So when the button is not pressed, I want the scrolling to be handled in "unhandledinput"
How do I do that?