Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.device
/
DeviceMotionEventAcceleration
Device
Motion
Event
Acceleration
sealed
interface
DeviceMotionEventAcceleration
(
source
)
Available only in secure contexts.
MDN Reference
Members
Properties
x
Link copied to clipboard
abstract
val
x
:
Double
?
MDN Reference
y
Link copied to clipboard
abstract
val
y
:
Double
?
MDN Reference
z
Link copied to clipboard
abstract
val
z
:
Double
?
MDN Reference