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.
アプリに5本の指のジェスチャーを実装しようとしています。MotionEventを使用する必要があることはわかっていますが、その方法がわかりません。5つのポインタの最初と最後の座標が必要なだけですが、それらを取得する方法が本当にわかりません。よろしくお願いします。コードの一部は非常に役立ちます。
なんとか自分で理解できたので、その方法を説明します。まず、MotionEvent.getPointerCount()を使用して、実際に5つのポインターがあるかどうかを確認しました。次に、MotionEvent.getX()とMotionEvent.getY()を呼び出してポインター座標を使用し、MotionEventsを自分で処理しました。