Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个可用作操纵杆的可拖动对象。所以,我必须能够在每个操纵杆中获得一个事件。
我正在使用一个名为 touch-punch 的库,但它不是多点触控。我已经创建了自己的听众,但现在我不能拖动。任何想法?
对两个操纵杆使用一个事件。然后使用 event.changedTouches[0].pageX; 和 event.changedTouches[1].pageX; 获得第一次和第二次接触。