Interface DeviceOrientationEvent

All Superinterfaces:
Event
All Known Implementing Classes:
DeviceOrientationEventImpl

public interface DeviceOrientationEvent extends Event
  • Method Details

    • getAbsolute

      boolean getAbsolute()
    • getAlpha

      Double getAlpha()
    • getBeta

      Double getBeta()
    • getGamma

      Double getGamma()
    • initDeviceOrientationEvent

      void initDeviceOrientationEvent(String type, Boolean bubbles, boolean cancelable, Double alpha, Double beta, Double gamma, boolean absolute)