mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 07:40:42 +00:00
Documentation update.
This commit is contained in:
parent
887bfaafa4
commit
47aa1f27a9
|
@ -120,9 +120,9 @@ namespace OpenTK.Platform
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Updates the WindowInfo using the specified WindowInfo.
|
/// Updates the WindowInfo using the specified IWindowInfo.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="window">The OpenTK.Platform.Window to get information from.</param>
|
/// <param name="window">The OpenTK.Platform.IWindowInfo to get information from.</param>
|
||||||
public IWindowInfo GetInfoFrom(IWindowInfo info)
|
public IWindowInfo GetInfoFrom(IWindowInfo info)
|
||||||
{
|
{
|
||||||
return implementation.GetInfoFrom(info);
|
return implementation.GetInfoFrom(info);
|
||||||
|
|
Loading…
Reference in a new issue