Update HPMixedRealityControllerProfile.cs

This commit is contained in:
Santiago Lo Coco 2024-10-13 19:05:44 +02:00
parent 2297544ffc
commit e7469afa86
1 changed files with 15 additions and 0 deletions

View File

@ -268,6 +268,21 @@ namespace Microsoft.MixedReality.OpenXR
.WithProduct(kDeviceLocalizedName));
}
/// <summary>
/// Return device layout string that used for registering device for Input System.
/// </summary>
/// <returns>Device layout string.</returns>
protected override string GetDeviceLayoutName()
{
return nameof(HPMixedRealityController);
}
/// <inheritdoc/>
protected override InteractionProfileType GetInteractionProfileType()
{
return base.GetInteractionProfileType();
}
/// <inheritdoc/>
protected override void UnregisterDeviceLayout()
{