PuzzleSDK
NewEventDispatcherTest.cpp 文件参考
+ NewEventDispatcherTest.cpp 的引用(Include)关系图:

浏览源代码.

class  TouchableSprite
 
class  DanglingNodePointersTestSprite
 

宏定义

#define FIX_POS(_pos, _min, _max)
 
#define tagA   100
 
#define tagB   101
 

变量

 USING_NS_CC
 

宏定义说明

◆ FIX_POS

#define FIX_POS (   _pos,
  _min,
  _max 
)
值:
if (_pos < _min) \
_pos = _min; \
else if (_pos > _max) \
_pos = _max; \

◆ tagA

#define tagA   100

◆ tagB

#define tagB   101

变量说明

◆ USING_NS_CC

USING_NS_CC

在文件 NewEventDispatcherTest.cpp36 行定义.