Touch
- type: {{touch.type}}
- point: [{{touch.x}}, {{touch.y}}]
- step: {{touch.step}} [{{touch.stepX}}, {{touch.stepY}}]
- distance: {{touch.distance}} [{{touch.distanceX}}, {{touch.distanceY}}]
- total: {{touch.total}} [{{touch.totalX}}, {{touch.totalY}}]
- velocity: {{touch.velocity}} px/sec
- averageVelocity: {{touch.averageVelocity}} px/sec
- angle: {{touch.angle == null ? '-' : touch.angle}} deg
- direction: {{touch.direction == null ? '-' : touch.direction}}