diff --git a/Source/OpenTK/Input/Joystick.cs b/Source/OpenTK/Input/Joystick.cs index d280815c..f9063420 100644 --- a/Source/OpenTK/Input/Joystick.cs +++ b/Source/OpenTK/Input/Joystick.cs @@ -39,8 +39,8 @@ namespace OpenTK.Input /// Use GetCapabilities to retrieve the number of supported /// axes and buttons on a given device. /// Use GetState to retrieve the current state of a given device. - /// /// + /// public sealed class Joystick { static readonly IJoystickDriver2 implementation =