TouchEvent

JS
1.1
open class TouchEvent : UIEvent
(source)

Constructors

JS
1.1

<init>

TouchEvent ( )

Properties

JS
1.1

altKey

open val altKey : Boolean
JS
1.1

changedTouches

open val changedTouches : TouchList
JS
1.1

ctrlKey

open val ctrlKey : Boolean
JS
1.1

metaKey

open val metaKey : Boolean
JS
1.1

shiftKey

open val shiftKey : Boolean
JS
1.1

targetTouches

open val targetTouches : TouchList
JS
1.1

touches

open val touches : TouchList

Companion Object Properties

JS
1.1

AT_TARGET

val AT_TARGET : Short
JS
1.1

BUBBLING_PHASE

val BUBBLING_PHASE : Short
JS
1.1

CAPTURING_PHASE

val CAPTURING_PHASE : Short
JS
1.1

NONE

val NONE : Short