WebIDLpedia

DeviceMotionEventAccelerationInit dictionary

Definition

DeviceOrientation Event Specification defines DeviceMotionEventAccelerationInit



dictionary DeviceMotionEventAccelerationInit {
    double? x = null;
    double? y = null;
    double? z = null;
};

Referring IDL interfaces/dictionaries