Skip to content

View self touchCancelExtension function

xu_whale edited this page Dec 4, 2019 · 5 revisions

简介

触摸取消时的回调

增强版触摸取消时的回调,会在回调中返回额外的信息

  • @param a function 回调格式:
function(map)  
	 ---map参数如下:
	 ---x:触摸时相对父控件x坐标值 
	 ---y:触摸时相对父控件y坐标值 
	 ---screenX:触摸时相对屏幕x坐标 
	 ---screenY:触摸时相对屏幕Y坐标 
	 ---target:触摸到的view 
	 ---timeStamp:触摸时间(单位s)
end ```
- @version  1.2.1
Clone this wiki locally