|
cocos2d-x
2.1.1
|
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCTouchDispatcher.h File Reference
Classes | |
| struct | ccTouchHandlerHelperData |
| class | EGLTouchDelegate |
| class | CCTouchDispatcher |
| CCTouchDispatcher. More... | |
Namespaces | |
| namespace | 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 } |

