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.
イベントが発生していなくても、現在のタッチをすべて取得する方法を探しています。私は知って[UIEvent allTouches]いますが、どれも変更されていなくても、「これらは画面上のすべてのタッチです」と表示できる必要があります。allTouches更新されていないタッチにアクセスできるため、電話がそれらを追跡しているため、可能であるように思われます。
[UIEvent allTouches]
allTouches
hitTest:withEvent を試して、pointInside:withEvent でフィルタリングしてください。
touchesBegan と touchesEnded をオーバーライドし、現在のポイントをイベントからキャッシュされたポイントと比較します。