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 69612a3 commit f6755a4Copy full SHA for f6755a4
Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs
@@ -2396,7 +2396,7 @@ public KeyControl FindKeyOnCurrentKeyboardLayout(string displayName)
2396
}
2397
2398
/// <summary>
2399
- /// This is called to set the IME composition strings. Fired once for every change containing the entire string to date.
+ /// This is called to set the IME composition strings. Fired once for every change containing the entire string.
2400
/// </summary>
2401
/// <param name="compositionString">The <see cref="IMECompositionString"/> for the IME composition.</param>
2402
/// <remarks>
0 commit comments