windows runtime - Measure inactivity time -


i'd implement rather simple functionality log user out of windows store app after inactivity timeout expires.

what best way achieve this? don't want "manually" subscribe touch, mouse , keyboard events @ app level, that's ugly. there must event can subscribe in app.xaml.cs, want hope :-)


Comments