docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct DeviceConfigurationEvent

    Indicates that the configuration of a device has changed.

    Implements
    IInputEventTypeInfo
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem.LowLevel
    Assembly: Unity.InputSystem.dll
    Syntax
    public struct DeviceConfigurationEvent : IInputEventTypeInfo

    Fields

    Type

    Declaration
    public const int Type = 1145259591
    Field Value
    Type Description
    int
    See Also
    QueueConfigChangeEvent(InputDevice, double)
    OnConfigurationChanged()

    baseEvent

    Declaration
    public InputEvent baseEvent
    Field Value
    Type Description
    InputEvent
    See Also
    QueueConfigChangeEvent(InputDevice, double)
    OnConfigurationChanged()

    Properties

    typeStatic

    Declaration
    public FourCC typeStatic { get; }
    Property Value
    Type Description
    FourCC
    See Also
    QueueConfigChangeEvent(InputDevice, double)
    OnConfigurationChanged()

    Methods

    Create(int, double)

    Declaration
    public static DeviceConfigurationEvent Create(int deviceId, double time)
    Parameters
    Type Name Description
    int deviceId
    double time
    Returns
    Type Description
    DeviceConfigurationEvent
    See Also
    QueueConfigChangeEvent(InputDevice, double)
    OnConfigurationChanged()

    ToEventPtr()

    Declaration
    public InputEventPtr ToEventPtr()
    Returns
    Type Description
    InputEventPtr
    See Also
    QueueConfigChangeEvent(InputDevice, double)
    OnConfigurationChanged()

    Implements

    IInputEventTypeInfo

    See Also

    QueueConfigChangeEvent(InputDevice, double)
    OnConfigurationChanged()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)