touches property

List<Touch> touches

All the Touch objects representing all current points of contact with the surface, regardless of target or changed status.

See developer.mozilla.org/en-US/docs/Web/API/TouchEvent/touches

Implementation

external List<Touch> get touches;