Skip to main content

GyroscopeChangedEventArgs

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid

Contains the current axis reading information from the gyroscope.

public class GyroscopeChangedEventArgs : EventArgs

Constructors​

Instance memberGyroscopeChangedEventArgs(reading)​

Initializes a new instance of the GyroscopeChangedEventArgs class.

NameTypeDescription
readingGyroscopeDataThe gyroscope data reading.

Properties​

Instance memberReading​

GyroscopeData: The current values of the gyroscope.