
jsMain.web.uievents.Touch.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.uievents
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