I'm working on a mobile game. I'm having a hard time telling apart taps from touch screen buttons from regular ones from the remaining screen.
Is there a way to prevent event propagation for touch events for filter them somehow?
I tried setting a custom action name on the TouchScreenButton nodes and tried to filter them with event.is_action
to no avail.