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

    Struct DeviceRemoveEvent

    Notifies about the removal of an input device.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem.LowLevel
    Syntax
    public struct DeviceRemoveEvent : IInputEventTypeInfo
    Remarks

    Device that got removed is the one identified by deviceId of baseEvent.

    Fields

    baseEvent

    Common event data.

    Declaration
    public InputEvent baseEvent
    Field Value
    Type Description
    InputEvent

    Type

    Declaration
    public const int Type = 1146242381
    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 DeviceRemoveEvent Create(int deviceId, double time = -1)
    Parameters
    Type Name Description
    Int32 deviceId
    Double time
    Returns
    Type Description
    DeviceRemoveEvent

    ToEventPtr()

    Declaration
    public InputEventPtr ToEventPtr()
    Returns
    Type Description
    InputEventPtr
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 22 January 2021