I have to check if user did touch the screen.And perform some task if the application was idle for a time duration.
I know that how to use the TouchBegin and touchEnd method but my project is large and some objects are not responding to these methods.
Currently i am using timer in each and every interaction with the objects i know this is very bad way and there must be some good way to do this...
Can anyone suggest a better solution ?