mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 18:10:59 +00:00
Correct spelling in INativeWindow
This commit is contained in:
parent
bfaff0bd66
commit
81bf3e6f7f
|
@ -129,7 +129,7 @@ namespace OpenTK
|
|||
/// <summary>
|
||||
/// This property is deprecated and should not be used.
|
||||
/// </summary>
|
||||
[Obsolete("Use OpenTK.Input.Mouse/Keybord/Joystick/GamePad instead.")]
|
||||
[Obsolete("Use OpenTK.Input.Mouse/Keyboard/Joystick/GamePad instead.")]
|
||||
OpenTK.Input.IInputDriver InputDriver { get; }
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue