在参考一些代码,发现Cocos-JS有个api是touchmove中,获取移动的增量的:event.touch.getDelta().挺好的.但没有找到Laya中有类似的.
点击回调有个 默认参数e, click( e :Event){e.delta} 就可以了