Class CCKeypadDispatcher

#include <Geode/cocos/keypad_dispatcher/CCKeypadDispatcher.h>
classCCKeypadDispatcher:publiccocos2d::CCObject{ ... }

Dispatch the keypad message from the phone

Examples0
Public static methods0
Public member functions5
voidaddDelegate()

add delegate to concern keypad msg

voidremoveDelegate()

remove the delegate from the delegates who concern keypad msg

voidforceAddDelegate()

force add the delegate

voidforceRemoveDelegate()

force remove the delegate

booldispatchKeypadMSG()

dispatch the key pad msg

Fields0
Protected member functions0
Protected fields6
cocos2d::CCArray*m_pDelegates
;
No description provided
boolm_bLocked
;
No description provided
boolm_bToAdd
;
No description provided
boolm_bToRemove
;
No description provided
cocos2d::_ccCArray*m_pHandlersToAdd
;
No description provided
cocos2d::_ccCArray*m_pHandlersToRemove
;
No description provided