How to handle click outside an area on overlay application?
So assume we are at main screen, then triggered by an event we display an overlay which could be a user prompt. To close the prompt, we want to click anything outside this prompt area. Can we do this in TouchGFX?
Please note, the main screen could consist of multiple 'click listener' areas instead of one big chunk 'click' listener area. Obviously I can solve this by handing this in each of the click listener area, but this would be ugly. I am looking for a more elegant way.