PointerEvent
Constructors
<init>
Exposes the JavaScript PointerEvent to Kotlin
PointerEvent(
type: String,
eventInitDict: PointerEventInit = definedExternally)
Properties
height
open val height: Double
isPrimary
open val isPrimary: Boolean
pointerId
open val pointerId: Int
pointerType
open val pointerType: String
pressure
open val pressure: Float
tangentialPressure
open val tangentialPressure: Float
tiltX
open val tiltX: Int
tiltY
open val tiltY: Int
twist
open val twist: Int
width
open val width: Double
Companion Object Properties
AT_TARGET
val AT_TARGET: Short
BUBBLING_PHASE
val BUBBLING_PHASE: Short
CAPTURING_PHASE
val CAPTURING_PHASE: Short
NONE
val NONE: Short