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>
|
/// <summary>
|
||||||
/// This property is deprecated and should not be used.
|
/// This property is deprecated and should not be used.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete("Use OpenTK.Input.Mouse/Keybord/Joystick/GamePad instead.")]
|
[Obsolete("Use OpenTK.Input.Mouse/Keyboard/Joystick/GamePad instead.")]
|
||||||
OpenTK.Input.IInputDriver InputDriver { get; }
|
OpenTK.Input.IInputDriver InputDriver { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue