Delegate InputDeviceCommandDelegate | Input System | 1.0.2
docs.unity.cn
    Show / Hide Table of Contents

    Delegate InputDeviceCommandDelegate

    Delegate used by onDeviceCommand.

    Namespace: UnityEngine.InputSystem.LowLevel
    Syntax
    public delegate long? InputDeviceCommandDelegate(InputDevice device, InputDeviceCommand*command);
    Parameters
    Type Name Description
    InputDevice device
    InputDeviceCommand* command
    Returns
    Type Description
    Nullable<Int64>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 22 January 2021