Contents

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.

See Also

Accessing Properties