Skip to content

View self touchMove function

xu_whale edited this page Dec 4, 2019 · 8 revisions

简介

触摸移动中的回调

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

  • @param callback function 回调格式:
function(number x,number y) 
	 ---x:x轴坐标 
	 ---y:y轴坐标 
end ```
⚠️  该回调会在移动中多次调用
- @version  1.2.1
Clone this wiki locally