Top "Multi-touch" questions

multi-touch refers to a touch sensing surface's (trackpad or touchscreen) ability to recognize the presence of two or more points of contact with the surface (Wikipedia)

Get MotionEvent.getRawX/getRawY of other pointers

Can I get the value of MotionEvent.getRawX()/getRawY() of other pointers ? MotionEvent.getRawX() api reference The api says that …

android multi-touch
Is there any way to get a three finger touch in the iPhone simulator

I have an app that I need to test 3 finger touches and 2 finger touches, is there a FREE application that …

iphone multi-touch
Pinch Zoom and 2 finger Rotation the ImageView in Android

I've a problem from last 2 days and unable to tackle it as I'm newbie. Actually I'm working on an Android …

android android-studio multi-touch image-rotation pinchzoom
Multi-touch detecting & differentiating - Cocos2d for iPhone

I would like to know how to detect and differentiate between touches in a multi-touch view. I have read about …

iphone cocos2d-iphone multi-touch differentiation