mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-20 14:48:31 +00:00
[OpenTK] Suggest alternative to obsolete INativeWindow.InputDriver property
This commit is contained in:
parent
4473c8373e
commit
4ca8c78764
|
@ -129,7 +129,7 @@ namespace OpenTK
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This property is deprecated and should not be used.
|
/// This property is deprecated and should not be used.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete]
|
[Obsolete("Use OpenTK.Input.Mouse/Keybord/Joystick/GamePad instead.")]
|
||||||
OpenTK.Input.IInputDriver InputDriver { get; }
|
OpenTK.Input.IInputDriver InputDriver { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue