This version of Unity is unsupported.
Method group is Obsolete

InputDevices.GetDevicesWithRole

Obsolete public static void GetDevicesWithRole(XR.InputDeviceRole role, List<InputDevice> inputDevices);

Parameters

role InputDeviceRole that is defined for the devices returned.
inputDevicesA List of type InputDevices to receive the available input devices.

Description

Gets a list of active input devices available to the XR Input Subsystem that match the specified role.