Implemented X11.X11.Keyboard get property.
This commit is contained in:
parent
d59ce27f0c
commit
2836dab743
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue