Delegate InputDeviceFindControlLayoutDelegate
Delegate used by onFindLayoutForDevice and
Namespace: UnityEngine.InputSystem.Layouts
Syntax
public delegate string InputDeviceFindControlLayoutDelegate(int deviceId, ref InputDeviceDescription description, string matchedLayout, IInputRuntime runtime);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | deviceId | |
| InputDeviceDescription | description | |
| System.String | matchedLayout | |
| IInputRuntime | runtime |
Returns
| Type | Description |
|---|---|
| System.String |