2 implementations of IGyroscope
Microsoft.Maui.Essentials (2)
Gyroscope\Gyroscope.netstandard.tvos.macos.cs (1)
5 partial class GyroscopeImplementation : IGyroscope
Gyroscope\Gyroscope.shared.cs (1)
189 partial class GyroscopeImplementation : IGyroscope
5 references to IGyroscope
Microsoft.Maui.Essentials (5)
Gyroscope\Gyroscope.shared.cs (5)
79 static IGyroscope Current => Devices.Sensors.Gyroscope.Default; 81 static IGyroscope? defaultImplementation; 86 public static IGyroscope Default => 89 internal static void SetDefault(IGyroscope? implementation) => 94 /// Contains the current axis reading information from the <see cref="IGyroscope.ReadingChanged"/> event.