[Input] Added JoystickCapabilities.SetIsConnected
This commit is contained in:
parent
27e80fcc9e
commit
e38fc0dff7
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ namespace OpenTK.Input
|
||||||
public bool IsConnected
|
public bool IsConnected
|
||||||
{
|
{
|
||||||
get { return is_connected; }
|
get { return is_connected; }
|
||||||
|
private set { is_connected = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue