Classes | |
| class | CCKeypadDelegate |
| class | CCKeypadHandler |
| @ More... | |
| class | CCKeypadDispatcher |
| Dispatch the keypad message from the phone. More... | |
| struct | CCIMEKeyboardNotificationInfo |
| class | CCIMEDelegate |
| Input method editor delegate. More... | |
| class | CCIMEDispatcher |
| Input Method Edit Message Dispatcher. More... | |
| class | CCTextFieldDelegate |
| class | CCTextFieldTTF |
| @ More... | |
| class | CCTouch |
| class | CCEvent |
| class | CCTouchDelegate |
| class | CCTargetedTouchDelegate |
| @ More... | |
| class | CCStandardTouchDelegate |
| struct | ccTouchHandlerHelperData |
| class | EGLTouchDelegate |
| class | CCTouchDispatcher |
| class | CCTouchHandler |
| CCTouchHandler Object than contains the delegate and priority of the event handler. More... | |
| class | CCStandardTouchHandler |
| class | CCTargetedTouchHandler |
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 } |
| enum ccTouchSelectorFlag |
| var ccTouchSelectorFlag |