Public Member Functions | Static Public Member Functions | Properties

CCTouchHandler Class Reference

#import <CCTouchHandler.h>

Inherited by CCStandardTouchHandler, and CCTargetedTouchHandler.

List of all members.

Public Member Functions

(id) - initWithDelegate:priority:

Static Public Member Functions

(id) + handlerWithDelegate:priority:

Properties

id delegate
int priority
ccTouchSelectorFlag enabledSelectors

Detailed Description

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

Definition at line 40 of file CCTouchHandler.h.


Member Function Documentation

+ (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


Property Documentation

- (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.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone 0.99.4 API Reference - Generated using Doxygen 1.7.1