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

def.dom.DeviceMotionEvent Maven / Gradle / Ivy

The newest version!
package def.dom;

public class DeviceMotionEvent extends Event {
    public DeviceAcceleration acceleration;
    public DeviceAcceleration accelerationIncludingGravity;
    public double interval;
    public DeviceRotationRate rotationRate;
    native public void initDeviceMotionEvent(java.lang.String type, java.lang.Boolean bubbles, java.lang.Boolean cancelable, DeviceAccelerationDict acceleration, DeviceAccelerationDict accelerationIncludingGravity, DeviceRotationRateDict rotationRate, double interval);
    public static DeviceMotionEvent prototype;
    public DeviceMotionEvent(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy