A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Gyroscope — class, package com.distriqt.extension.gyroscope
This class represents the gyroscope sensor. Provides gyroscope information, i.e.
Gyroscope() — Constructor, class com.distriqt.extension.gyroscope.Gyroscope
Constructor You should not call this directly, but instead use the singleton access, eg: Gyroscope.service.register();
gyroscope:update — Event, class com.distriqt.extension.gyroscope.Gyroscope
GyroscopeEvent — class, package com.distriqt.extension.gyroscope.events
Gyroscope Event fired from the Gyroscope extension when updates are received
GyroscopeEvent(type:String, x:Number, y:Number, z:Number, roll:Number, pitch:Number, yaw:Number, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.gyroscope.events.GyroscopeEvent
Constructor
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z