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

main.dom.events.Touch.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.events

import web.events.EventTarget

external class Touch(
    init: TouchInit,
) {
    val clientX: Double
    val clientY: Double
    val force: Double
    val identifier: Double
    val pageX: Double
    val pageY: Double
    val radiusX: Double
    val radiusY: Double
    val rotationAngle: Double
    val screenX: Double
    val screenY: Double
    val target: EventTarget
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy