#import <CCTouchHandler.h>
Inherited by CCStandardTouchHandler, and CCTargetedTouchHandler.
Public Member Functions | |
| (id) | - initWithDelegate:priority: |
Static Public Member Functions | |
| (id) | + handlerWithDelegate:priority: |
Properties | |
| id | delegate |
| int | priority |
| ccTouchSelectorFlag | enabledSelectors |
CCTouchHandler Object than contains the delegate and priority of the event handler.
Definition at line 40 of file CCTouchHandler.h.
| + (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
Definition at line 41 of file CCTouchHandler.h.
- (ccTouchSelectorFlag) enabledSelectors [read, write, assign] |
enabled selectors
Definition at line 51 of file CCTouchHandler.h.
- (int) priority [read, write, assign] |
priority
Definition at line 42 of file CCTouchHandler.h.