WebIDLpedia

DeviceMotionEventRotationRateInit dictionary

Definition

DeviceOrientation Event Specification defines DeviceMotionEventRotationRateInit



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

Referring IDL interfaces/dictionaries