Index Hierarchy CCTouchAllAtOnceDelegate Protocol Reference 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). Tasks – ccTouchesBegan:withEvent: – ccTouchesMoved:withEvent: – ccTouchesEnded:withEvent: – ccTouchesCancelled:withEvent: Instance Methods ccTouchesBegan:withEvent: ccTouchesCancelled:withEvent: ccTouchesEnded:withEvent: ccTouchesMoved:withEvent: Index Hierarchy