Interface IListener
IListener Interface.
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public interface IListener : IDisposable
Methods
Exist()
Exists this instance.
Declaration
bool Exist()
Returns
Type | Description |
---|---|
bool | True if sensor exist, false in other case. |
Register()
Registers this instance.
Declaration
void Register()
Unregister()
Unregisters this instance.
Declaration
void Unregister()