Interface IAccelerometer
Interface for accelerometer sensor.
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public interface IAccelerometer : ISensor, IDisposable
Methods
GetState()
Gets the Accelerometer state.
Declaration
AccelerometerState GetState()
Returns
Type | Description |
---|---|
AccelerometerState | Accelerometer state. |