OpenTK.Platform.Factory.UnsupportedPlatform.CreateKeyboardDriver C# (CSharp) Method

CreateKeyboardDriver() public method

public CreateKeyboardDriver ( ) : OpenTK.Input.IKeyboardDriver2
return OpenTK.Input.IKeyboardDriver2
            public OpenTK.Input.IKeyboardDriver2 CreateKeyboardDriver()
            {
                throw new PlatformNotSupportedException(error_string);
            }