How can I get touch position from menu_selector?

Hi,

I have set up a CCMenu using CCMenuItemSprite’s and I would like to set up a small effect on each button press, but I require the position of the finger when it selected the item, is it possible?

Thanks,
Luke.

No you can’t. The message to ccTouchesXxx is gotten & swallowed by CCMenu, unless you modify the source in CCTouchDispatcher.cpp