We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
触摸移动时的回调
增强版触摸移动中回调,会在回调中返回额外的信息
function(map) ---map参数如下: ---x:触摸时相对父控件x坐标值 ---y:触摸时相对父控件y坐标值 ---screenX:触摸时相对屏幕x坐标 ---screenY:触摸时相对屏幕Y坐标 ---target:触摸到的view ---timeStamp:触摸时间(单位s) end