CCKeypadHandler Object than contains the CCKeypadDelegate.
Class CCKeypadHandler
#include <Geode/cocos/keypad_dispatcher/CCKeypadDelegate.h>
classCCKeypadHandler:publiccocos2d::CCObject{ ... }
Examples0
Public static methods1
staticcocos2d::CCKeypadHandler*handlerWithDelegate(cocos2d::CCKeypadDelegate*pDelegate)
allocates a CCKeypadHandler with a delegate
Public member functions3
cocos2d::CCKeypadDelegate*getDelegate()
delegate
voidsetDelegate(cocos2d::CCKeypadDelegate*pDelegate)
No description provided
virtualboolinitWithDelegate(cocos2d::CCKeypadDelegate*pDelegate)
initializes a CCKeypadHandler with a delegate
Fields1
cocos2d::CCKeypadDelegate*m_pDelegate;
No description provided