WebIDLpedia

DeviceMotionEventRotationRateInit dictionary

Definition

Device Orientation and Motion defines DeviceMotionEventRotationRateInit



dictionary DeviceMotionEventRotationRateInit {
    double? alpha = null;
    double? beta = null;
    double? gamma = null;
};

Referring IDL interfaces/dictionaries