diff --git a/Source/OpenTK/Input/Keyboard.cs b/Source/OpenTK/Input/Keyboard.cs index 139637b8..630ebd4c 100644 --- a/Source/OpenTK/Input/Keyboard.cs +++ b/Source/OpenTK/Input/Keyboard.cs @@ -26,6 +26,15 @@ namespace OpenTK.Input #region Public Members + /// + /// Retrieves the KeyboardState for the default keyboard device. + /// + /// A structure containing the state of the keyboard device. + public static KeyboardState GetState() + { + throw new NotImplementedException(); + } + /// /// Retrieves the KeyboardState for the specified keyboard device. ///