All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.web.deviceorientation.DeviceMotionEventRotationRateInit Maven / Gradle / Ivy

package js.web.deviceorientation;

import js.lang.Any;
import org.teavm.jso.JSProperty;


public interface DeviceMotionEventRotationRateInit extends Any {
    @JSProperty
    double getAlpha();

    @JSProperty
    void setAlpha(double alpha);

    @JSProperty
    double getBeta();

    @JSProperty
    void setBeta(double beta);

    @JSProperty
    double getGamma();

    @JSProperty
    void setGamma(double gamma);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy