Enum InputDeviceChange | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    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 was Removed but was retained by the system as disconnectedDevices.

    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.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023