1 instantiation of GyroscopeChangedEventArgs
Microsoft.Maui.Essentials (1)
Gyroscope\Gyroscope.shared.cs (1)
245 var args = new GyroscopeChangedEventArgs(data);
5 references to GyroscopeChangedEventArgs
Microsoft.Maui.Essentials (5)
Gyroscope\Gyroscope.shared.cs (5)
37 event EventHandler<GyroscopeChangedEventArgs> ReadingChanged; 48 public static event EventHandler<GyroscopeChangedEventArgs> ReadingChanged 99 /// Initializes a new instance of the <see cref="GyroscopeChangedEventArgs"/> class. 195 public event EventHandler<GyroscopeChangedEventArgs>? ReadingChanged; 245 var args = new GyroscopeChangedEventArgs(data);