on.touch_move = function(id, x,y, dx,dy, pressure) if car.touchmoved then call_protected(car.touchmoved, id, x,y, dx,dy, pressure) end if car.touch_move then call_protected(car.touch_move, id, x,y, dx,dy, pressure) end end