🔸.touches
🚧 under construction
browser ⟩ event ⟩ type ⟩ touch ⟩ .touches
holds an array-like object of points (TouchList), each (Touch) of which has its own
(
clientX,clientY)(
pageX,pageY)
compare with .targetTouches.
replit ⟩
// codeEvent ⟩ UIEvent ⟩ TouchEvent ⟩
.touches (TouchList)
.targetTouches (TouchList) - subset of the
toucheslist
🗑️ document.createTouchList() - ( deprecated ).
Last updated
Was this helpful?