🔸.targetTouches
🚧 under construction
browser ⟩ event ⟩ type ⟩ touch ⟩ .touches
the Touch objects for touch points that are still in contact with the screen and whose touchstart event occurred inside the same target element as the current.
(a subset of .touches)
replit ⟩
// codeEvent ⟩ UIEvent ⟩ TouchEvent ⟩
.touches (TouchList)
.targetTouches (TouchList) - subset of the
toucheslist
Last updated
Was this helpful?