From 005a7e924b059d0df51282f6e5322ffe39341ba8 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 5 Aug 2007 16:30:44 +0000 Subject: [PATCH] Implemented X11.X11.Keyboard get property. --- Source/OpenTK/Platform/X11/X11Input.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/X11/X11Input.cs b/Source/OpenTK/Platform/X11/X11Input.cs index a8966818..785604b9 100644 --- a/Source/OpenTK/Platform/X11/X11Input.cs +++ b/Source/OpenTK/Platform/X11/X11Input.cs @@ -85,7 +85,7 @@ namespace OpenTK.Platform.X11 public IList Keyboard { - get { throw new Exception("The method or operation is not implemented."); } + get { return keyboardDriver.Keyboard; } } #endregion