Skip to content

Commit e9259fd

Browse files
committed
Rearrange one more region
1 parent a60f48f commit e9259fd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Assets/MRTK/Providers/WindowsMixedReality/XRSDK/WindowsMixedRealityDeviceManager.cs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ public override bool CheckCapability(MixedRealityCapability capability)
165165
return false;
166166
}
167167

168+
#endregion IMixedRealityCapabilityCheck Implementation
169+
170+
#region Controller Utilities
171+
168172
#if HP_CONTROLLER_ENABLED
169173
private MotionControllerWatcher motionControllerWatcher;
170174

@@ -174,13 +178,7 @@ public override bool CheckCapability(MixedRealityCapability capability)
174178
private readonly Dictionary<uint, MotionControllerState> trackedMotionControllerStates = new Dictionary<uint, MotionControllerState>();
175179

176180
private readonly Dictionary<uint, GenericXRSDKController> activeMotionControllers = new Dictionary<uint, GenericXRSDKController>();
177-
#endif // HP_CONTROLLER_ENABLED
178181

179-
#endregion IMixedRealityCapabilityCheck Implementation
180-
181-
#region Controller Utilities
182-
183-
#if HP_CONTROLLER_ENABLED
184182
private static readonly ProfilerMarker GetOrAddControllerPerfMarker = new ProfilerMarker("[MRTK] WindwosMixedRealityXRSDKDeviceManager.GetOrAddController");
185183

186184
protected override GenericXRSDKController GetOrAddController(InputDevice inputDevice)

0 commit comments

Comments
 (0)