docs.unity3d.com
    Show / Hide Table of Contents

    Struct DeviceConfigurationEvent

    Indicates that the configuration of a device has changed.

    Namespace: UnityEngine.InputSystem.LowLevel
    Syntax
    public struct DeviceConfigurationEvent : IInputEventTypeInfo

    Fields

    baseEvent

    Declaration
    public InputEvent baseEvent
    Field Value
    Type Description
    InputEvent

    Type

    Declaration
    public const int Type = null
    Field Value
    Type Description
    Int32

    Properties

    typeStatic

    Declaration
    public FourCC typeStatic { get; }
    Property Value
    Type Description
    FourCC
    Implements
    IInputEventTypeInfo.typeStatic

    Methods

    Create(Int32, Double)

    Declaration
    public static DeviceConfigurationEvent Create(int deviceId, double time)
    Parameters
    Type Name Description
    Int32 deviceId
    Double time
    Returns
    Type Description
    DeviceConfigurationEvent

    ToEventPtr()

    Declaration
    public InputEventPtr ToEventPtr()
    Returns
    Type Description
    InputEventPtr

    See Also

    QueueConfigChangeEvent(InputDevice, Double)
    OnConfigurationChanged()
    In This Article
    • Fields
      • baseEvent
      • Type
    • Properties
      • typeStatic
    • Methods
      • Create(Int32, Double)
      • ToEventPtr()
    • See Also
    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