[Input] Added JoystickCapabilities.SetIsConnected
authorStefanos A <stapostol@gmail.com>
Fri, 17 Jan 2014 18:23:25 +0000 (19:23 +0100)
committerthefiddler <stapostol@gmail.com>
Thu, 11 Sep 2014 10:51:47 +0000 (12:51 +0200)
Source/OpenTK/Input/JoystickCapabilities.cs

index 1e5f88a..6c32f40 100644 (file)
@@ -95,6 +95,7 @@ namespace OpenTK.Input
         public bool IsConnected
         {
             get { return is_connected; }
+            private set { is_connected = value; }
         }
 
         /// <summary>