Enum InputDeviceChange
Indicates what type of change related to an InputDevice occurred.
Namespace: UnityEngine.Experimental.Input
Syntax
public enum InputDeviceChange
Fields
Name | Description |
---|---|
Added | A new device was added to the system. |
ConfigurationChanged | The configuration of a device has changed. |
Destroyed | |
Disabled | An existing device was disabled. |
Disconnected | A device reported by the |
Enabled | An existing device was re-enabled after having been Disabled. |
LayoutVariantChanged | |
Reconnected | A device that was previously retained as Disconnected has been re-discovered and has been Added to the system again. |
Removed | An existing device was removed from the system. |
StateChanged | |
UsageChanged | The usages on a device have changed. |