mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 05:05:28 +00:00
Removed multiple keyboard/mouse support.
This commit is contained in:
parent
f4b0c19f44
commit
f4c6281e34
|
@ -26,7 +26,11 @@ namespace OpenTK.Platform
|
|||
event LoadEvent Load;
|
||||
|
||||
bool IsExiting { get; }
|
||||
IList<OpenTK.Input.Keyboard> Keyboard { get; }
|
||||
//IList<OpenTK.Input.Keyboard> Keyboard { get; }
|
||||
//IList<OpenTK.Input.Mouse> Mouse { get; }
|
||||
|
||||
OpenTK.Input.KeyboardDevice Keyboard { get; }
|
||||
OpenTK.Input.MouseDevice Mouse { get; }
|
||||
}
|
||||
|
||||
public delegate void UpdateFrameEvent(object sender, UpdateFrameEventArgs e);
|
||||
|
|
Loading…
Reference in a new issue