All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.react.dom.events.PointerEvent.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.events

import org.w3c.dom.Element

external interface PointerEvent : MouseEvent {
    val pointerId: Int
    val pressure: Double
    val tangentialPressure: Double
    val tiltX: Double
    val tiltY: Double
    val twist: Int
    val width: Double
    val height: Double
    val pointerType: PointerType
    val isPrimary: Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy