PointerEvent

JS
1.1
open class PointerEvent : MouseEvent
(source)

Exposes the JavaScript PointerEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript PointerEvent to Kotlin

PointerEvent (
type : String ,
eventInitDict : PointerEventInit = definedExternally )

Properties

JS
1.1

height

open val height : Double
JS
1.1

isPrimary

open val isPrimary : Boolean
JS
1.1

pointerId

open val pointerId : Int
JS
1.1

pointerType

open val pointerType : String
JS
1.1

pressure

open val pressure : Float
JS
1.1

tangentialPressure

open val tangentialPressure : Float
JS
1.1

tiltX

open val tiltX : Int
JS
1.1

tiltY

open val tiltY : Int
JS
1.1

twist

open val twist : Int
JS
1.1

width

open val width : Double

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