像这种写法: button->addClickEventListener([] (Ref* ref) {
});
不通过点击,怎么实现回调按钮的点击事件。
button->onTouchEnded(Touch touch, Event /unusedEvent/)