mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 03:21:16 +00:00
[Input] Added JoystickCapabilities.SetIsConnected
This commit is contained in:
parent
27e80fcc9e
commit
e38fc0dff7
|
@ -95,6 +95,7 @@ namespace OpenTK.Input
|
|||
public bool IsConnected
|
||||
{
|
||||
get { return is_connected; }
|
||||
private set { is_connected = value; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue