Thanks Neverbirth, I was using Application's MouseDown event earlier, which wasn't considering call out content's clicks. I used systemManager's mousedown and it works fine now.
On Wed, Aug 13, 2014 at 12:37 AM, Neverbirth <[email protected]> wrote: > I guess you could just listen for stage level keyboard and mouse (or touch > depending of what your App does) events, through systemManager. > > You start a timer, and if any of those events is dispatched, you restart > it, > when the timer ellapses means the inactivity threshold was reached. > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/User-Inactivity-Event-on-Mobile-App-tp7623p7634.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
