15 references to GyroscopeData
Microsoft.Maui.Essentials (15)
Gyroscope\Gyroscope.shared.cs (15)
102 public GyroscopeChangedEventArgs(GyroscopeData reading) => 108 public GyroscopeData Reading { get; } 114 public readonly struct GyroscopeData : IEquatable<GyroscopeData> 117 /// Initializes a new instance of the <see cref="GyroscopeData"/> class. 128 /// Initializes a new instance of the <see cref="GyroscopeData"/> class. 142 /// Compares the underlying <see cref="GyroscopeData"/> instances. 147 (obj is GyroscopeData data) && Equals(data); 150 /// Compares the underlying <see cref="GyroscopeData.AngularVelocity"/> instances. 152 /// <param name="other"><see cref="GyroscopeData"/> object to compare with.</param> 154 public bool Equals(GyroscopeData other) => 163 public static bool operator ==(GyroscopeData left, GyroscopeData right) => 172 public static bool operator !=(GyroscopeData left, GyroscopeData right) => 243 void RaiseReadingChanged(GyroscopeData data)