1 implementation of ReadingChanged
Microsoft.Maui.Essentials (1)
Gyroscope\Gyroscope.shared.cs (1)
195 public event EventHandler<GyroscopeChangedEventArgs>? ReadingChanged;
3 references to ReadingChanged
Microsoft.Maui.Essentials (3)
Gyroscope\Gyroscope.shared.cs (3)
50 add => Current.ReadingChanged += value; 51 remove => Current.ReadingChanged -= value; 94 /// Contains the current axis reading information from the <see cref="IGyroscope.ReadingChanged"/> event.