这几天 在用cocostudio 设计界面 加载用程序添加按钮的事件的时候出现了TouchEventType' has not been declared 这个问题. 仔细检查发现 原来是没有导入命名空间
所以在类的前面 加上using namespace cocos2d::ui; 即可。