Skip to main content

CCTouchHandler

CCTouchHandler

Cocos2D

Inheritance: System.Object

Constructors

CCTouchHandler(ICCTouchDelegate)

CCTouchHandler(ICCTouchDelegate)(Cocos2D.ICCTouchDelegate pDelegate)
Parameters:
pDelegate (Cocos2D.ICCTouchDelegate)

CCTouchHandler(ICCTouchDelegate, int)

CCTouchHandler(ICCTouchDelegate, int)(Cocos2D.ICCTouchDelegate pDelegate, System.Int32 nPriority)
Parameters:
pDelegate (Cocos2D.ICCTouchDelegate)
nPriority (System.Int32)

Fields

m_nEnabledSelectors(System.Int32)
m_nPriority(System.Int32)
m_pDelegate(Cocos2D.ICCTouchDelegate)

Properties

Delegate(Cocos2D.ICCTouchDelegate)
EnabledSelectors(System.Int32)
Priority(System.Int32)

Methods

InitWithDelegate(ICCTouchDelegate, int)

System.Boolean InitWithDelegate(ICCTouchDelegate, int)(Cocos2D.ICCTouchDelegate pDelegate, System.Int32 nPriority)
Parameters:
pDelegate (Cocos2D.ICCTouchDelegate)
nPriority (System.Int32)
Returns:
System.Boolean