Our application uses WPF and touch screen.
We need to detect application idle (no user interact with the application such as click buttons, however the application still running) for 10 minutes so we can take some action.
How do we detect WPF application idle?
thx!