Maze / Library /PackageCache /com.unity.inputsystem@1.6.1 /InputSystem /Controls /InputControlLayoutChange.cs
| namespace UnityEngine.InputSystem | |
| { | |
| /// <summary> | |
| /// Enum used to identity the change type for the <see cref="InputSystem.onLayoutChange"/> event. | |
| /// </summary> | |
| public enum InputControlLayoutChange | |
| { | |
| Added, | |
| Removed, | |
| Replaced | |
| } | |
| } | |