changedTouches
A collection of Touch objects representing all touches that changed in this event.
Declaration
readonly attribute TouchList? changedTouches;Discussion
You manipulate this collection using TouchList methods.
A collection of Touch objects representing all touches that changed in this event.
readonly attribute TouchList? changedTouches;You manipulate this collection using TouchList methods.