cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
<CCTouchAllAtOnceDelegate> Protocol Reference

#import <CCTouchDelegateProtocol.h>

+ Inheritance diagram for <CCTouchAllAtOnceDelegate>:

List of all members.

Public Member Functions

(void) - ccTouchesBegan:withEvent:
(void) - ccTouchesMoved:withEvent:
(void) - ccTouchesEnded:withEvent:
(void) - ccTouchesCancelled:withEvent:

Detailed Description

CCTouchAllAtOnceDelegate.

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

Since:
v0.8

The documentation for this protocol was generated from the following file: