Implemented X11.X11.Keyboard get property.

This commit is contained in:
the_fiddler 2007-08-05 16:30:44 +00:00
parent 8f5fc9cdd8
commit 005a7e924b

View file

@ -85,7 +85,7 @@ namespace OpenTK.Platform.X11
public IList<Keyboard> Keyboard
{
get { throw new Exception("The method or operation is not implemented."); }
get { return keyboardDriver.Keyboard; }
}
#endregion