TouchEvent class

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

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() → void Inherited
stopImmediatePropagation() → void Inherited
stopPropagation() → void Inherited