Merge pull request #113 from danzel/develop
[Platform] Correct spelling in INativeWindow
This commit is contained in:
commit
0c61bafbd0
1 changed files with 1 additions and 1 deletions
|
@ -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