Interface IController
Interface for controllers.
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public interface IController
Properties
IsConnected
Gets or sets a value indicating whether this instance is connected.
Declaration
bool IsConnected { get; set; }
Property Value
Type | Description |
---|---|
bool |
|