GyroscopeChangedEventArgs

Wisej.Hybrid.Shared.Sensors.GyroscopeChangedEventArgs

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid (3.5.0.0)

Contains the current axis reading information from the gyroscope.

public class GyroscopeChangedEventArgs : EventArgs

Constructors

Initializes a new instance of the GyroscopeChangedEventArgs class.

NameTypeDescription

reading

The gyroscope data reading.

Properties

GyroscopeData: The current values of the gyroscope.

Last updated