dragging a menuitem

hello

I’m new to cocos2dx. I just had a question.

I have a CCMenu with CCMenuImageItems. I’m also detecting touches.

If I use ccTouchesBegan, I can get touch feedback to everywhere except when tapping on the CCMenuImageItems.

Basically I want to be able to hold and drag a CCMenuImageItem.

Can someone steer me in the right direction?

menu item is used to response touch event. Why did you want to drag it?