Detecting a multitouch


/ Published in: Objective C
Save to your folder(s)

written in touchesbegin


Copy this code and paste it in your HTML
  1. NSSet *allTouches = [event allTouches];
  2. if([allTouches count]>=2)

URL: http://www.iphonesdkarticles.com/2008/09/multi-touch-tutorial-3.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.