I was wondering how to get accurate, get(x) and get(y) values for a MotionEvent? What is happening is that when I touch a specific area on the screen, I tell an action to ha
You should use ‘motionEvent.getPoinerCount()‘ to check the number of touch points.