Hi,
I want to develop a screen saver kind of windows store application, which gets triggered when the user is idle on his start screen/desktop for 20 seconds.
Now my question is, is there any system event which says the user is idle. I found the list of system events like internet available, user present, network update etc. In the same way is there any system event or any other way by which I can know whether
the user is interacting with the device or not, so that my code will be triggered by listening to that event.
Thanks in Advance!! Any help is greatly appreciated