cocos2d-iPhone function to check if the touch input was a double click
-(BOOL)wasADoubleClick:(NSSet *)touches :(UIEvent *)event { return icWasAClickGeneric(touches, event, 1, 2); }
Log in to answer.
leothenerd 5:58 pm on January 3, 2010