Not documented.

Inheritance
Annotations
  • DomName('TouchEvent')
  • Experimental()

Static Properties

supported bool
read-only

Checks if touch events supported on the current platform.

Properties

altKey bool
read-only

bubbles bool
read-only, inherited

cancelable bool
read-only, inherited

changedTouches TouchList
read-only

clipboardData DataTransfer
read-only, inherited

Access to the system's clipboard data during copy, cut, and paste events.

ctrlKey bool
read-only

currentTarget EventTarget
read-only, inherited

defaultPrevented bool
read-only, inherited

detail int
read-only, inherited

eventPhase int
read-only, inherited

layer Point
read-only, inherited

matchingTarget Element
read-only, inherited

A pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an UnsupportedError.

metaKey bool
read-only

page Point
read-only, inherited

path List<Node>
read-only, inherited

This event's path, taking into account shadow DOM.

shiftKey bool
read-only

target EventTarget
read-only, inherited

targetTouches TouchList
read-only

timeStamp int
read-only, inherited

touches TouchList
read-only

type String
read-only, inherited

view WindowBase
read-only, inherited

which int
read-only, inherited

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})

Methods

preventDefault() → void
inherited

stopImmediatePropagation() → void
inherited

stopPropagation() → void
inherited