Inherits from NSObject
Declared in CCTouchHandler.h

Overview

CCTouchHandler Object than contains the delegate and priority of the event handler.

Tasks

Properties

delegate

delegate

@property (nonatomic, readwrite, retain) id delegate

Declared In

CCTouchHandler.h

enabledSelectors

enabled selectors

@property (nonatomic, readwrite) ccTouchSelectorFlag enabledSelectors

Declared In

CCTouchHandler.h

priority

priority

@property (nonatomic, readwrite) int priority

Declared In

CCTouchHandler.h

Class Methods

handlerWithDelegate:priority:

allocates a TouchHandler with a delegate and a priority

+ (id)handlerWithDelegate:(id)aDelegate priority:(int)priority

Declared In

CCTouchHandler.h

Instance Methods

initWithDelegate:priority:

initializes a TouchHandler with a delegate and a priority

- (id)initWithDelegate:(id)aDelegate priority:(int)priority

Declared In

CCTouchHandler.h