targetTouches property
TouchList
get
targetTouches
The targetTouches
read-only property is a TouchList listing all
the Touch objects for touch points that are still in contact with the
touch surface and whose Element.touchstart_event
event occurred
inside the same target element
as the current target element.
Implementation
external TouchList get targetTouches;