I'll be developing something for a Windows Mobile device using CompactFramework/C#. I wonder if there is some event available that can capture any user driven event (click, keypress, ...) in context of the device. Sure, I could add some detection code in any of my click event handler for example but I assume that there hundreds of them.
So is there some event or windows mobile API related call that could help me out?