Marked KeyDownEvent and KeyUpEvent as obsolete.

This commit is contained in:
the_fiddler 2009-06-28 10:33:03 +00:00
parent c1897871a6
commit 2bd89e87df

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