Question

Since, I am new to Windows Phone technology ,so I want to detect touch event of Windows phone screen that means if I have touched on any screen on Windows Phone not necessary in application only outside of application (like start screen,settings screen) so can I get that touch event or any pixel information regarding that touch.Any help would be greatly appreciated .

Thanks you.

Was it helpful?

Solution

To protect the privacy of the user, there is no way to globally hook all touch events from an application. You can only react to events within your application.

Further, an application cannot access the screen while other applications are active. That would be a significant privacy hole if an application could record the actions of other applications.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top