Enum InputControlLayoutChange
Enum used to identity the change type for the onLayoutChange event.
Namespace: UnityEngine.InputSystem
Syntax
public enum InputControlLayoutChange : int
Fields
| Name | Description | Value |
|---|---|---|
| Added | 0 | |
| Removed | 1 | |
| Replaced | 2 |
Enum used to identity the change type for the onLayoutChange event.
public enum InputControlLayoutChange : int
| Name | Description | Value |
|---|---|---|
| Added | 0 | |
| Removed | 1 | |
| Replaced | 2 |