auto menu = Menu::create(imgButton, NULL);
auto menu = Menu::create(imgButton, NULL); 不能向下传输触摸事件吗?
setSwallowsTouches(false)
setSwallowsTouches(true)
都没用
auto menu = Menu::create(imgButton, NULL);
auto menu = Menu::create(imgButton, NULL); 不能向下传输触摸事件吗?
setSwallowsTouches(false)
setSwallowsTouches(true)
都没用
改用button吧
这就是button啊