Delegate InputDeviceCommandDelegate
Namespace: UnityEngine.Experimental.Input.LowLevel
Syntax
public delegate long ? InputDeviceCommandDelegate(InputDevice device, InputDeviceCommand*command);
Parameters
Type | Name | Description |
---|---|---|
InputDevice | device | |
InputDeviceCommand* | command |
Returns
Type | Description |
---|---|
System.Nullable<System.Int64> |