Skip to main content

CCKeypadDispatcher

CCKeypadDispatcher

Cocos2D

Inheritance: System.Object

Constructors

CCKeypadDispatcher()

CCKeypadDispatcher()()

Fields

m_bLocked(System.Boolean)
m_bToAdd(System.Boolean)
m_bToRemove(System.Boolean)
m_pDelegates(System.Collections.Generic.ListCocos2D.CCKeypadHandler)
m_pHandlersToAdd(System.Collections.Generic.ListCocos2D.ICCKeypadDelegate)
m_pHandlersToRemove(System.Collections.Generic.ListCocos2D.ICCKeypadDelegate)

Methods

AddDelegate(ICCKeypadDelegate)

AddDelegate(ICCKeypadDelegate)(Cocos2D.ICCKeypadDelegate pDelegate)
Parameters:
pDelegate (Cocos2D.ICCKeypadDelegate)
Example

DispatchKeypadMsg(CCKeypadMSGType)

System.Boolean DispatchKeypadMsg(CCKeypadMSGType)(Cocos2D.CCKeypadMSGType nMsgType)
Parameters:
nMsgType (Cocos2D.CCKeypadMSGType)
Returns:
System.Boolean
Example

ForceAddDelegate(ICCKeypadDelegate)

ForceAddDelegate(ICCKeypadDelegate)(Cocos2D.ICCKeypadDelegate pDelegate)
Parameters:
pDelegate (Cocos2D.ICCKeypadDelegate)
Example

ForceRemoveDelegate(ICCKeypadDelegate)

ForceRemoveDelegate(ICCKeypadDelegate)(Cocos2D.ICCKeypadDelegate pDelegate)
Parameters:
pDelegate (Cocos2D.ICCKeypadDelegate)
Example

RemoveDelegate(ICCKeypadDelegate)

RemoveDelegate(ICCKeypadDelegate)(Cocos2D.ICCKeypadDelegate pDelegate)
Parameters:
pDelegate (Cocos2D.ICCKeypadDelegate)
Example