Extend active area of menu item (CCMenuItemSprite)

Hi, how are you?
I am using CCMenuItemSprite to create a menu item. Is there some way to extend the active area of the item?

I am using cocos2d-x 2.2.3. On cocos2d iPhone exists the function setActiveArea over CCMenuItemSprite that receive a CGRect. I didn’t find something similar to this.

Check the picture of the game I am developing to get the idea (The name is “Diving Bird”, it’s is avaible at app store). I am trying to develop the game using cocos2d-x to publish it on google play too). The sound icon is the menu item, I want to extend the area to cover the rect behind it.

Thanks in advance

Fabian


screen568x568.jpeg (36.7 KB)

Also need this function. Really not in cocos2d-x?

You can to call the function setContentSize to extend the active area of menu item.