cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
NA NA. More...
Classes | |
class | CCKeypadDelegate |
class | CCKeypadHandler |
CCKeypadHandler Object than contains the CCKeypadDelegate. More... | |
class | CCKeypadDispatcher |
Dispatch the keypad message from the phone NA NA. More... | |
struct | CCIMEKeyboardNotificationInfo |
class | CCIMEDelegate |
Input method editor delegate. More... | |
class | CCIMEDispatcher |
Input Method Edit Message Dispatcher. More... | |
class | CCTextFieldDelegate |
class | CCTextFieldTTF |
A simple text input field with TTF font. More... | |
class | CCTouch |
class | CCEvent |
class | CCTouchDelegate |
class | CCTargetedTouchDelegate |
Using this type of delegate results in two benefits: More... | |
class | CCStandardTouchDelegate |
This type of delegate is the same one used by CocoaTouch. More... | |
struct | ccTouchHandlerHelperData |
class | EGLTouchDelegate |
NA. More... | |
class | CCTouchDispatcher |
CCTouchDispatcher. More... | |
class | CCTouchHandler |
CCTouchHandler Object than contains the delegate and priority of the event handler. More... | |
class | CCStandardTouchHandler |
CCStandardTouchHandler It forwards each event to the delegate. More... | |
class | CCTargetedTouchHandler |
CCTargetedTouchHandler Object than contains the claimed touches and if it swallows touches. More... | |
Enumerations | |
enum | ccKeypadMSGType { kTypeBackClicked = 1 , kTypeMenuClicked } |
enum | ccTouchSelectorFlag { ccTouchSelectorBeganBit = 1 << 0 , ccTouchSelectorMovedBit = 1 << 1 , ccTouchSelectorEndedBit = 1 << 2 , ccTouchSelectorCancelledBit = 1 << 3 , ccTouchSelectorAllBits = ( ccTouchSelectorBeganBit | ccTouchSelectorMovedBit | ccTouchSelectorEndedBit | ccTouchSelectorCancelledBit) } |
enum | { CCTOUCHBEGAN , CCTOUCHMOVED , CCTOUCHENDED , CCTOUCHCANCELLED , ccTouchMax } |
NA NA.
enum ccKeypadMSGType |
enum ccTouchSelectorFlag |