occurs during touch movement
| start_context | object | object with parameters of touch movement start | 
| current_context | object | object with parameters of touch movement end | 
webix.attachEvent("onTouchMove",function(start_context,current_context){
    //your code here
});
Parameters of the start_context and current_context objects are given below: