Skip to content

View self touchMove function

xu.jingyu edited this page Jan 14, 2020 · 8 revisions

简介

触摸移动中的回调

设置触摸移动中的回调,并回调坐标值

  • @param callback function 回调格式:
function(number x,number y) 
	 ---x:x轴坐标 
	 ---y:y轴坐标 
end 

⚠️ 该回调会在移动中多次调用

Clone this wiki locally