Implemented X11.X11.Keyboard get property.
This commit is contained in:
parent
8f5fc9cdd8
commit
005a7e924b
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