File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Packages/com.unity.inputsystem/InputSystem/Devices Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ namespace UnityEngine.InputSystem
228228 ///
229229 /// To find the text character (if any) generated by a key according to the currently active keyboard
230230 /// layout, use the <see cref="InputControl.displayName"/> property of <see cref="KeyControl"/>.
231- ///
231+ /// </remarks>
232232 /// <example>
233233 /// <code>
234234 /// using UnityEngine;
@@ -247,7 +247,6 @@ namespace UnityEngine.InputSystem
247247 /// }
248248 /// </code>
249249 /// </example>
250- /// </remarks>
251250 // NOTE: Has to match up with 'KeyboardInputState::KeyCode' in native.
252251 // NOTE: In the keyboard code, we depend on the order of the keys in the various keyboard blocks.
253252 public enum Key
You can’t perform that action at this time.
0 commit comments