I have a situation in my app where I need to popup a modal with 3 buttons (doing this using a modal scene). I need to make the buttons clickable - not a problem usually. And when they tap anywhere that isn’t a button - even off the modal panel, I need it to close the panel.
The problem is… I’m not sure how to capture any taps NOT on a object. Is there a way to do that? Should I just create a transparent PNG the full size of the screen and capture that? Or is there a way to capture a tap/touch off an object?
Thanks!