Function InputSingleton.getGyroscope

If the device has a gyroscope, this will return the rate of rotation in rad/s around a device's X, Y, and Z axes. Otherwise, it returns an empty Vector3.

Vector3 getGyroscope() nothrow @nogc const;