![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCTouchDelegateProtocol.h>
Public Member Functions | |
(void) | - ccTouchesBegan:withEvent: |
(void) | - ccTouchesMoved:withEvent: |
(void) | - ccTouchesEnded:withEvent: |
(void) | - ccTouchesCancelled:withEvent: |
This type of delegate is the same one used by CocoaTouch. You will receive all the events (Began,Moved,Ended,Cancelled).