Dart SDK
dart:html
TouchEvent
TouchEvent
constructor
TouchEvent
TouchEvent
Static properties
supported
Properties
altKey
changedTouches
ctrlKey
metaKey
shiftKey
targetTouches
touches
matchingTarget
bubbles
cancelable
clipboardData
currentTarget
defaultPrevented
eventPhase
path
target
timeStamp
type
detail
view
which
layer
page
Constructors
TouchEvent
Methods
preventDefault
stopImmediatePropagation
stopPropagation
TouchEvent
(
TouchList
touches
,
TouchList
targetTouches
,
TouchList
changedTouches
,
String
type
,
{
Window
view
,
int
screenX
:
0
,
int
screenY
:
0
,
int
clientX
:
0
,
int
clientY
:
0
,
bool
ctrlKey
:
false
,
bool
altKey
:
false
,
bool
shiftKey
:
false
,
bool
metaKey
:
false
}
)
(Not documented.)