// -------------------------------------------------------------------------------------------------------------------- // // Copyright (c) VRMADA, All rights reserved. // // -------------------------------------------------------------------------------------------------------------------- using System; using UltimateXR.Devices.Integrations.Microsoft; namespace UltimateXR.Devices.Integrations.HP { /// /// Tracking component for HP Reverb G2. /// public class UxrHpReverbG2Tracking : UxrWindowsMixedRealityTracking { #region Public Overrides UxrWindowsMixedRealityTracking /// public override Type RelatedControllerInputType => typeof(UxrHpReverbG2Input); #endregion } }