Conforms to NSObject
Declared in CCTouchDelegateProtocol.h

Overview

CCTouchAllAtOnceDelegate.

This type of delegate is the same one used by CocoaTouch. You will receive all the events (Began,Moved,Ended,Cancelled).

Instance Methods

ccTouchesBegan:withEvent:

ccTouchesCancelled:withEvent:

ccTouchesEnded:withEvent:

ccTouchesMoved:withEvent: