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 389cce9 commit 58eeef6Copy full SHA for 58eeef6
Packages/com.unity.inputsystem/InputSystem/Devices/Keyboard.cs
@@ -2114,9 +2114,7 @@ public KeyControl this[Key key]
2114
/// </summary>
2115
public static Keyboard current { get; private set; }
2116
2117
- /// <summary>
2118
- /// Make a keyboard the current active keyboard.
2119
- /// </summary>
+ /// <inheritdoc cref="InputDevice.MakeCurrent"/>
2120
/// <remarks>
2121
/// A keyboard will automatically be made current when receiving input or when
2122
/// added to the input system.
0 commit comments