How do you determine the number of fingers are touching the screen at the same time?
You can get through your MotionEvent
of in onTouchEvent(MotionEvent event)
int pointerCount = event.getPointerCount();
MotionEvent.getPointerCount() returns the number of active pointers
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With