Not documented.

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

Static Properties

bool supported
read-only
Checks if touch events supported on the current platform.

Properties

bool altKey
read-only
bool bubbles
read-only, inherited
bool cancelable
read-only, inherited
TouchList changedTouches
read-only
DataTransfer clipboardData
read-only, inherited
Access to the system's clipboard data during copy, cut, and paste events.
bool ctrlKey
read-only
EventTarget currentTarget
read-only, inherited
bool defaultPrevented
read-only, inherited
int detail
read-only, inherited
int eventPhase
read-only, inherited
Point layer
read-only, inherited
Element matchingTarget
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.
bool metaKey
read-only
Point page
read-only, inherited
List<Node> path
read-only, inherited
This event's path, taking into account shadow DOM.
bool shiftKey
read-only
EventTarget target
read-only, inherited
TouchList targetTouches
read-only
int timeStamp
read-only, inherited
TouchList touches
read-only
String type
read-only, inherited
WindowBase view
read-only, inherited
int which
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