Skip to main content

CCKeyboardDispatcher

CCKeyboardDispatcher

Cocos2D

Inheritance: System.Object

Constructors

CCKeyboardDispatcher()

CCKeyboardDispatcher()()

Fields

m_bLocked(System.Boolean)
m_bToAdd(System.Boolean)
m_bToRemove(System.Boolean)
m_pDelegates(System.Collections.Generic.ListCocos2D.CCKeyboardHandler)
m_pHandlersToAdd(System.Collections.Generic.ListCocos2D.ICCKeyboardDelegate)
m_pHandlersToRemove(System.Collections.Generic.ListCocos2D.ICCKeyboardDelegate)

Methods

AddDelegate(ICCKeyboardDelegate)

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

DispatchKeyboardState()

System.Boolean DispatchKeyboardState()()
Returns:
System.Boolean

ForceAddDelegate(ICCKeyboardDelegate)

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

ForceRemoveDelegate(ICCKeyboardDelegate)

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

RemoveDelegate(ICCKeyboardDelegate)

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