mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 06:55:37 +00:00
Implemented X11.X11.Keyboard get property.
This commit is contained in:
parent
8f5fc9cdd8
commit
005a7e924b
|
@ -85,7 +85,7 @@ namespace OpenTK.Platform.X11
|
||||||
|
|
||||||
public IList<Keyboard> Keyboard
|
public IList<Keyboard> Keyboard
|
||||||
{
|
{
|
||||||
get { throw new Exception("The method or operation is not implemented."); }
|
get { return keyboardDriver.Keyboard; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue