[OpenTK] Suggest alternative to obsolete INativeWindow.InputDriver property

This commit is contained in:
thefiddler 2014-01-14 23:40:23 +01:00
Родитель 4473c8373e
Коммит 4ca8c78764
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -129,7 +129,7 @@ namespace OpenTK
/// <summary>
/// This property is deprecated and should not be used.
/// </summary>
[Obsolete]
[Obsolete("Use OpenTK.Input.Mouse/Keybord/Joystick/GamePad instead.")]
OpenTK.Input.IInputDriver InputDriver { get; }
/// <summary>