Reputation: 4209
I have a full screen WPF application where i host a WebBrowser. Both are in full screen (the Web browser is docked fully). In my WPF application i need to know when any user touches the screen (touch screens) or clicks the mouse (same event). I need the mouse event, even if the user clicks inside a link or button in the WebBrowser. Anyone know how to achieve this?
Upvotes: 0
Views: 1981
Reputation: 4209
Global hooks FTW: http://globalmousekeyhook.codeplex.com/
Upvotes: 1