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

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

// Automatically generated - do not modify!

package dom.events

import web.events.EventTarget

sealed external interface TouchInit {
    var altitudeAngle: Double?
    var azimuthAngle: Double?
    var clientX: Double?
    var clientY: Double?
    var force: Double?
    var identifier: Double
    var pageX: Double?
    var pageY: Double?
    var radiusX: Double?
    var radiusY: Double?
    var rotationAngle: Double?
    var screenX: Double?
    var screenY: Double?
    var target: EventTarget
    var touchType: TouchType?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy