Dart SDK
dart:html
TouchEvent
property changedTouches
changedTouches
class TouchEvent
Constructors
TouchEvent
Properties
altKey
changedTouches
ctrlKey
metaKey
shiftKey
targetTouches
touches
bubbles
cancelable
currentTarget
defaultPrevented
detail
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
scoped
sourceCapabilities
target
timeStamp
type
view
Methods
deepPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
Static properties
supported
TouchList
changedTouches
@DocsEditable(), @DomName('TouchEvent.changedTouches'), final
Source
final TouchList changedTouches
property changedTouches