|
PuzzleSDK
|
TouchesTest.cpp 的引用(Include)关系图:宏定义 | |
| #define | kStatusBarHeight 0.0f |
枚举 | |
| enum | tagPlayer { kHighPlayer , kLowPlayer } |
| enum | { kSpriteTag } |
变量 | |
| USING_NS_CC | |
| enum tagPlayer | PlayerTouches |
| const char * | _Info_Formatter = "Current force value : %0.02f, maximum possible force : %0.02f" |
| char | formatBuffer [256] = {0, } |
| #define kStatusBarHeight 0.0f |
在文件 TouchesTest.cpp 第 38 行定义.
| anonymous enum |
| 枚举值 | |
|---|---|
| kSpriteTag | |
在文件 TouchesTest.cpp 第 41 行定义.
| enum tagPlayer |
| const char* _Info_Formatter = "Current force value : %0.02f, maximum possible force : %0.02f" |
在文件 TouchesTest.cpp 第 142 行定义.
被这些函数引用 ForceTouchTest::onTouchesEnded() , 以及 ForceTouchTest::onTouchesMoved().
| char formatBuffer[256] = {0, } |
在文件 TouchesTest.cpp 第 143 行定义.
被这些函数引用 ForceTouchTest::onTouchesEnded() , 以及 ForceTouchTest::onTouchesMoved().
| enum tagPlayer PlayerTouches |
| USING_NS_CC |
在文件 TouchesTest.cpp 第 30 行定义.