Return to Snippet

Revision: 33069
at October 5, 2010 22:19 by tenveer


Initial Code
NSSet *allTouches = [event allTouches];
	if([allTouches count]>=2)

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

Initial Description
written in touchesbegin

Initial Title
Detecting a multitouch

Initial Tags


Initial Language
Objective C