[Input] Allow extending JoystickDevice<>
authorthefiddler <stapostol@gmail.com>
Sat, 4 Jan 2014 23:46:59 +0000 (00:46 +0100)
committerthefiddler <stapostol@gmail.com>
Sat, 4 Jan 2014 23:46:59 +0000 (00:46 +0100)
Source/OpenTK/Input/JoystickDevice.cs

index 55a92be..8e239f5 100644 (file)
@@ -155,7 +155,7 @@ namespace OpenTK.Input
     #region JoystickDevice<TDetail> : JoystickDevice
 
     // Provides platform-specific information about the relevant JoystickDevice.
-    internal sealed class JoystickDevice<TDetail> : JoystickDevice
+    internal class JoystickDevice<TDetail> : JoystickDevice
         where TDetail : new()
     {
         internal JoystickDevice(int id, int axes, int buttons)