Struct DeviceConfigurationEvent | Input System | 1.0.2
docs.unity.cn
    Show / Hide Table of Contents

    Struct DeviceConfigurationEvent

    Indicates that the configuration of a device has changed.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    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 = 1145259591
    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)
    UnityEngine.InputSystem.InputDevice.OnConfigurationChanged
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 22 January 2021