Marked KeyDownEvent and KeyUpEvent as obsolete.

This commit is contained in:
the_fiddler 2009-06-28 10:33:03 +00:00
parent 4188ebc875
commit 305a6a2749

View file

@ -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