[]如何阻止Event.MOUSE_DOWN的事件冒泡?
btn.on(Event.MOUSE_DOWN, this, function(e) {
console.log("被点击");
e.stopPropagation();
});
我这样并不能阻止到Laya.stage绑定的事件
console.log("被点击");
e.stopPropagation();
});
我这样并不能阻止到Laya.stage绑定的事件
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
cuixueying
赞同来自: