I tried to search but couldn't find the desired answer, can anybody tell me what are the CCTouch events for CCNode? As we have CCTouchBegan, CCTouchMoved and CCTouchEnded for CCLayer
CCNode can not detect the touch events. Touch events are only detected by CCLayer, CCLayer is inherited from CCNode, so it has all the properties of CCNode and extra functions to detect the touch event.
you can check my blog http://www.touchscreenstudio.com/ , it is newly started blog and i will be covering all cocos2d-x things post by post.