Saturday, February 28, 2015

Application-level touch handling

Is there a way (for universal apps) to handle touches on App level? Like we can do with Silverlight ( Touch.FrameReported).


I need to get a raw touch data for statistics and I dont need to know about what controls are added. I've tried to use a CoreWindow for that purpose, but PointerMoved never fired when some controls are handling touch. It works _only if there is no controls. I've tested it with HubApp template.


I'm new in WinRT development, please, let me know what I'm doing wrong. Thanks.


No comments:

Post a Comment