Delegate InputDeviceFindControlLayoutDelegate
Delegate used by on
Namespace: UnityEngine .InputSystem .Layouts
Assembly: Unity.InputSystem.dll
Syntax
public delegate string InputDeviceFindControlLayoutDelegate(ref InputDeviceDescription description, string matchedLayout, InputDeviceExecuteCommandDelegate executeDeviceCommand)
Parameters
Type | Name | Description |
---|---|---|
Input |
description | The device description supplied by the runtime or through Add |
string | matchedLayout | Name of the layout that has been selected for the device or |
Input |
executeDeviceCommand | A delegate which can be invoked to execute Input |
Returns
Type | Description |
---|---|
string | Return |