cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
CCTouchHandler Class Reference

#import <CCTouchHandler.h>

+ Inheritance diagram for CCTouchHandler:

List of all members.

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

Detailed Description

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


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

- (ccTouchSelectorFlag) enabledSelectors [read, write, assign]

enabled selectors

- (int) priority [read, write, assign]

priority


The documentation for this class was generated from the following file: