OrientationSensorChangedEventArgs
Wisej.Hybrid.Shared.Sensors.OrientationSensorChangedEventArgs
Namespace: Wisej.Hybrid.Shared.Sensors
Assembly: Wisej.Hybrid (3.5.0.0)
Contains the current orientation information from the sensor.
public class OrientationSensorChangedEventArgs : EventArgs
Constructors
OrientationSensorChangedEventArgs(reading)

Initializes a new instance of the OrientationSensorChangedEventArgs class.
Name
Type
Description
Properties
Reading

OrientationSensorData: The current values of the orientation sensor.
Last updated