Interface IAccelerometerListener
Accelerometer listener.
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public interface IAccelerometerListener : IListener, IDisposable
Methods
GetState()
Gets the state.
Declaration
AccelerometerState GetState()
Returns
Type | Description |
---|---|
AccelerometerState | The state of the accelerometer. |