Dart API Reference
dart:html
TouchEvent
TouchEvent
class
Annotated by:
DomName('TouchEvent')
Experimental()
Extends:
UIEvent
Event
Object
Constructors
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
} )
Static Properties
supported
bool
read-only
Instance Properties
altKey
bool
read-only
changedTouches
TouchList
read-only
ctrlKey
bool
read-only
metaKey
bool
read-only
shiftKey
bool
read-only
targetTouches
TouchList
read-only
touches
TouchList
read-only
matchingTarget
Element
Inherited
read-only
bubbles
bool
Inherited
read-only
cancelable
bool
Inherited
read-only
clipboardData
DataTransfer
Inherited
read-only
currentTarget
EventTarget
Inherited
read-only
defaultPrevented
bool
Inherited
read-only
eventPhase
int
Inherited
read-only
path
List
<
Node
>
Inherited
read-only
target
EventTarget
Inherited
read-only
timeStamp
int
Inherited
read-only
type
String
Inherited
read-only
detail
int
Inherited
read-only
view
WindowBase
Inherited
read-only
which
int
Inherited
read-only
layer
Point
Inherited
read-only
page
Point
Inherited
read-only
Instance Methods
preventDefault
Inherited
( ) →
void
stopImmediatePropagation
Inherited
( ) →
void
stopPropagation
Inherited
( ) →
void