mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 23:35:29 +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
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Obsolete]
|
||||||
public delegate void KeyDownEvent(KeyboardDevice sender, Key key);
|
public delegate void KeyDownEvent(KeyboardDevice sender, Key key);
|
||||||
|
[Obsolete]
|
||||||
public delegate void KeyUpEvent(KeyboardDevice sender, Key key);
|
public delegate void KeyUpEvent(KeyboardDevice sender, Key key);
|
||||||
|
|
||||||
#region public enum Key : int
|
#region public enum Key : int
|
||||||
|
|
Loading…
Reference in a new issue