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 62ca3ba commit a2619bcCopy full SHA for a2619bc
Packages/com.unity.inputsystem/InputSystem/Devices/InputDevice.cs
@@ -80,7 +80,7 @@ namespace UnityEngine.InputSystem
80
/// public ButtonControl button { get; private set; }
81
/// public AxisControl axis { get; private set; }
82
///
83
- /// // This is an example on how to add a "synthetic" gamepad that isn't actually backed by hardware.
+ /// // This is an example of how to add a "synthetic" gamepad that isn't actually backed by hardware.
84
/// Gamepad gamepad = InputSystem.AddDevice<Gamepad>();
85
86
/// // Register the device.
0 commit comments