Interface ICompassListener
Compass Listener.
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public interface ICompassListener : IListener, IDisposable
Methods
GetState()
Gets the compass state.
Declaration
CompassState GetState()
Returns
Type | Description |
---|---|
CompassState | Compass state. |