I used to use a different engine to make apps in the past and to block all touches I just put up an invisible rectangle. I’m making a game with many touchable objects and I simply want a popup that asks the player something and so it has yes and no buttons to click.
While this is up I wanted to put a simple invisible rectangle to disable all the other touchable objects. Not sure how to do that. All I found was ways to individually disable event listeners.