![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCTouchHandler.h>
Public Member Functions | |
(id) | - initWithDelegate:priority: |
Static Public Member Functions | |
(id) | + handlerWithDelegate:priority: |
Protected Attributes | |
id | _delegate |
int | _priority |
ccTouchSelectorFlag | _enabledSelectors |
Properties | |
id | delegate |
int | priority |
ccTouchSelectorFlag | enabledSelectors |
CCTouchHandler Object than contains the delegate and priority of the event handler.
+ (id) handlerWithDelegate: | (id) | aDelegate | |
priority: | (int) | priority | |
allocates a TouchHandler with a delegate and a priority
- (id) initWithDelegate: | (id) | aDelegate | |
priority: | (int) | priority | |
initializes a TouchHandler with a delegate and a priority
- (id) delegate [read, write, retain] |
delegate
- (ccTouchSelectorFlag) enabledSelectors [read, write, assign] |
enabled selectors
- (int) priority [read, write, assign] |
priority