Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Input/Silk.NET.Input.Common/InputWindowExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private static void DoLoadFirstPartyPlatformsViaReflection()
/// </exception>
/// <exception cref="NotSupportedException">
/// Couldn't find a suitable input platform for this view. This occurs when you've created a window/view using
/// a window platform, but haven't installed
/// a window platform, but haven't installed the corresponding input backend package.
/// </exception>
public static IInputContext CreateInput(this IView view)
{
Expand Down
Loading