How do I detect multitouch actions in a Windows 8 metro app?
问题 I am working on a metro app right now and I'm looking to enable multitouch. I've browsed around google, but I can't seem to find any API to support it. Can someone point me in the right direction to support multitouch actions in a Windows 8 Metro app? 回答1: What exactly are you trying to do? There are Touch, Pointer (an abstraction around touch/mouse/stylus), and Manipulation events on every UI element 回答2: In JavaScript you can use the event.pointerId to detected multiple touch inputs. This