|
This function returns an array which contains gyroscope X, Y and Z axis.
Dim g(0)
g() = GetGyroscope()
g(0) = Gyroscope x-axis.
g(1) = Gyroscope y-axis.
g(2) = Gyroscope z-axis.
Currently no Android device supports gyroscopes and no further documentation exists.
|