TouchGFX. Disable/Enable touch events from Model
Hello!
I need to be able to enable and disable touch screen from my GUI application.
I don't want to cut the power to the touchscreen.
I want my handle click functions on multiple screens to not to respond to touch events for some time after certain point of time or another event. So I imagine a function in Model class that would somehow enable and disable touch events. How can I achieve that the best way?
I guess it is not a good idea to have a flag in touchController (if the flag is set, return false from sampleTouch...)
Thank you.
