Creator3.0.1 event.propagationStopped = false事件还是无法穿透
有木有人呀 事件真没法穿透呀
this.node.on(Node.EventType.TOUCH_START, (event: EventTouch) => {
this.node.active = false;
}, this);
这个节点事件处理之后 它背后的按钮没法响应到点击事件 这个要如何处理呢?
A和B是同级 点击A和B的重叠区域 A处理完事件之后B接受不到事件
this.node.on(Node.EventType.TOUCH_START, (event: EventTouch) => {
}, this);
const listener = this.node.eventProcessor.touchListener;
if (listener) listener.swallowTouches = false;
该主题在最后一个回复创建后14天后自动关闭。不再允许新的回复。