mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 01:25:31 +00:00
Marked KeyDownEvent and KeyUpEvent as obsolete.
This commit is contained in:
parent
4188ebc875
commit
305a6a2749
|
@ -193,7 +193,9 @@ namespace OpenTK.Input
|
|||
#endregion
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
public delegate void KeyDownEvent(KeyboardDevice sender, Key key);
|
||||
[Obsolete]
|
||||
public delegate void KeyUpEvent(KeyboardDevice sender, Key key);
|
||||
|
||||
#region public enum Key : int
|
||||
|
|
Loading…
Reference in a new issue