wx.onTouchMove(function callback)
Listens on the touch point movement event.
Parameters
function callback
The callback function for touch point movement event.
Parameters
Object res
Property | Type | Description |
touches | Array.<Touch> | List of all current touch points |
changedTouches | Array.<Touch> | List of touch points that triggered this event |
timeStamp | number | Timestamp when the event is triggered |