A TouchEvent object describes the touches which caused a touch event. TouchEvent objects are immutable and read-only. This closely matches the ‘TouchEvent’ interface described in the W3 Touch Events specification.
Summary
An array of Touch objects which contributed to the touch event (see touch events).
Syntax
var changedTouches = touch.changedTouches;