Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. TouchEvent class
TouchEvent
description

TouchEvent class

Inheritance
Annotations
  • @Native.new("TouchEvent")

Constructors

TouchEvent(Stringtype, [Map?eventInitDict])
factory

Properties

altKeybool?
no setter
bubblesbool?
no setterinherited
cancelablebool?
no setterinherited
changedTouchesTouchList?
no setter
composedbool?
no setterinherited
ctrlKeybool?
no setter
currentTargetEventTarget?
no setterinherited
defaultPreventedbool
no setterinherited
detailint?
no setterinherited
eventPhaseint
no setterinherited
hashCodeint
The hash code for this object.
no setterinherited
isTrustedbool?
no setterinherited
matchingTargetElement
A pointer to the element whose CSS selector matched within which an eventwas fired. If this Event was not associated with any Event delegation,accessing this value will throw anUnsupportedError.
no setterinherited
metaKeybool?
no setter
pathList<EventTarget>
no setterinherited
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
shiftKeybool?
no setter
sourceCapabilitiesInputDeviceCapabilities?
no setterinherited
targetEventTarget?
no setterinherited
targetTouchesTouchList?
no setter
timeStampnum?
no setterinherited
touchesTouchList?
no setter
typeString
no setterinherited
viewWindowBase?
no setterinherited

Methods

composedPath()List<EventTarget>
inherited
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preventDefault()→ void
inherited
stopImmediatePropagation()→ void
inherited
stopPropagation()→ void
inherited
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Static Properties

supportedbool
Checks if touch events supported on the current platform.
no setter
  1. Dart
  2. dart:html
  3. TouchEvent class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp