AS3: MouseIdleMonitor

View Example
View Documentation
Download Class & Example Files
I recently had the need to track if the user has stopped using their mouse (if the mouse was idle) in an application I was building. It actually turned out to be a lot easier than I had imagined with the use of a timer and the built [...]