Hi, I've been trying to increase the touch area around the menu item text but can't figure out how it's supposed to be set.
The issue is that when I test the app on a device, the text menus are very hard to touch consistently because the active touch area is too small.
I've tried a number of different combinations, but I'm still stuck. I was hoping someone would know how this is supposed to be set. Any help is greatly appreciated.
This is what I'm using, which is wrong and gives me compile errors.
[CCMenuItem contentSize_.width:20]; // set the horizontal area around the menu text that is active for touch
[CCMenuItem contentSize_.height:20]; // set the vertical area around the menu text that is active for touch