How to handle multi touch in windows phone 8 app
问题 I can not find an example how to handle multi touch in windows phone 8 app ( in game on c++ and directx ). May be anyone can help me? Thanks! 回答1: I figured out how to do it. I am a C++ newbie so there may be much better ways to do this, but my way works. (FYI - I wrote an article about this on Nokia's Developer site: http://developer.nokia.com/Community/Wiki/Multi-touch_handling_using_DirectX_C%2B%2B#PointerPoint ) You need to keep track of the PointerId inside of the PointerPoint. I store