So the other day I was testing out this engine, and I found it irritating that the buttons were blocking my input. What if my game requires the feature where the button shouldn’t block input?
I’m answering immediately because I discovered the solution, so I’m posting this here.
Just dispatch a custom event from onClick of the button that is listened to by the objects that shouldn’t be blocked for onTouch events.