We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9460514 commit f91291dCopy full SHA for f91291d
src/Input/Silk.NET.Input.Common/InputWindowExtensions.cs
@@ -58,7 +58,7 @@ private static void DoLoadFirstPartyPlatformsViaReflection()
58
/// </exception>
59
/// <exception cref="NotSupportedException">
60
/// Couldn't find a suitable input platform for this view. This occurs when you've created a window/view using
61
- /// a window platform, but haven't installed
+ /// a window platform, but haven't installed the corresponding input backend package.
62
63
public static IInputContext CreateInput(this IView view)
64
{
0 commit comments