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 © 2023 Unity Technologies
    Generated by DocFX
    on 27 March 2023
    Terms of use