I've added a button to my UI. I'm finding when I use a keyboard event to select it, the event first propagates to Input and then UnhandledInput before the method I have connected to my buttons' signal is finally called. I want things so that if the button is clicked, only the signal is fired and the key event does not propagate any further.
Is there a way to do this?