不是设计分辨率情况下,世界坐标有偏差

如 node.on(“touchstart”, event=> {
event.getLocation();
}, this)

这个event,GetLocation是不对的,该如何处理呢

我也发现这个问题了,不知道如何处理

我暂时的处理方式是

1赞