You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// To create your own types of devices, you can derive from InputDevice and register your device
48
48
/// as a new "layout".
49
49
///
50
-
/// Devices can have usages like any other control (<see cref="InputControl.usages"/>). Unlike other controls,
51
-
/// however, usages of InputDevices are allowed to be changed on the fly without requiring a change to the
50
+
/// Devices can have usages like any other control (<see cref="InputControl.usages"/>). However, usages of InputDevices are allowed to be changed on the fly without requiring a change to the
52
51
/// device layout (see <see cref="InputSystem.SetDeviceUsage(InputDevice,string)"/>).
53
52
///
54
53
/// For a more complete example of how to implement custom input devices, check out the "Custom Device"
0 commit comments