cocos2dx中的触屏响应无效

提示:Cocos2d: The touches is more than MAX_TOUCHES, nUnusedIndex = -1

Cocos2d: touchesBegan: count = 0

Cocos2d: if the index doesn’t exist, it is an error

Cocos2d: touchesEnded or touchesCancel: count = 0

最底层加载的是EAGLView,这个EAGLView中添加了触屏监听,app的界面是在这个EAGLView的基础上添加了一些控件(os环境下的),也添加了触屏监听。在操作一些步骤后,会给出上面的提示,但操作无效。请问如何区分这两层的触屏监听?