
jsMain.web.device.DeviceMotionEventAcceleration.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.device
sealed external interface DeviceMotionEventAcceleration {
val x: Double?
val y: Double?
val z: Double?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy