#include "base_nodes/CCNode.h"
#include "CCProtocols.h"
#include "touch_dispatcher/CCTouchDelegateProtocol.h"
#include "platform/CCAccelerometerDelegate.h"
#include "keypad_dispatcher/CCKeypadDelegate.h"
#include "cocoa/CCArray.h"
Classes | |
class | CCLayer |
CCLayer is a subclass of CCNode that implements the TouchEventsDelegate protocol. More... | |
class | CCLayerRGBA |
CCLayerRGBA is a subclass of CCLayer that implements the CCRGBAProtocol protocol using a solid color as the background. More... | |
class | CCLayerColor |
CCLayerColor is a subclass of CCLayer that implements the CCRGBAProtocol protocol. More... | |
class | CCLayerGradient |
CCLayerGradient is a subclass of CCLayerColor that draws gradients across the background. More... | |
class | CCLayerMultiplex |
CCMultipleLayer is a CCLayer with the ability to multiplex it's children. More... | |
Namespaces | |
cocos2d | |
Constant Groups | |
cocos2d | |
Enumerations | |
enum | ccTouchesMode { kCCTouchesAllAtOnce, kCCTouchesOneByOne } |