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 b3ff5cb commit ce91a2eCopy full SHA for ce91a2e
Packages/com.unity.inputsystem/InputSystem/Actions/InputBinding.cs
@@ -61,7 +61,7 @@ public struct InputBinding : IEquatable<InputBinding>
61
/// // A binding that belongs to the "Keyboard&Mouse" and "Gamepad" group.
62
/// new InputBinding
63
/// {
64
- /// path = "*/{PrimaryAction},
+ /// path = "*/{PrimaryAction}",
65
/// groups = "Keyboard&Mouse;Gamepad"
66
/// };
67
/// </code>
@@ -281,7 +281,7 @@ public string overrideProcessors
281
/// <code>
282
283
284
285
/// // Associate the binding both with the "KeyboardMouse" and
286
/// // the "Gamepad" group.
287
/// groups = "KeyboardMouse;Gamepad",
0 commit comments