[]Laya.stage.on的Mouse事件,正常情况下没问题,但是Laya.stage.pos移动后就失灵了,请问如何解决?
我这样设置的代码:
Laya.stage.on(Laya.Event.MOUSE_UP, this, this.onMouse);
Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.onMouse);
Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.onMouse);
在frameLoop中,我让Laya.stage.pos(movex,movey)后,就再不会调用this.onMouse事件了,请问如何解决?
Laya.stage.on(Laya.Event.MOUSE_UP, this, this.onMouse);
Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.onMouse);
Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.onMouse);
在frameLoop中,我让Laya.stage.pos(movex,movey)后,就再不会调用this.onMouse事件了,请问如何解决?
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
Monica - 知识达人
赞同来自:
uu4uu
赞同来自: