Classes | |
struct | ccTouchHandlerHelperData |
class | EGLTouchDelegate |
class | CCTouchDispatcher |
Namespaces | |
cocos2d | |
Constant Groups | |
cocos2d | |
Enumerations | |
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 } |