remove not yet implemented from ViveTracker and ViveFocus3WristTracker enums' names

This commit is contained in:
Mamadou Babaei
2023-06-16 02:12:20 +02:00
parent bac886843e
commit 398ddfdd13
@@ -257,13 +257,13 @@ enum class ESGPositionalTrackingHardware : uint8
Custom UMETA(DisplayName = "Custom"),
/* HTC VIVE Tracker (v1.0 or v2.0). */
ViveTracker UMETA(DisplayName = "VIVE Tracker (not implemented yet)"),
ViveTracker UMETA(DisplayName = "VIVE Tracker"),
/* Touch controller for Oculus Quest 2. */
Quest2Controller UMETA(DisplayName = "Quest 2 Controller"),
/* Wrist tracker for the VIVE Focus 3. */
ViveFocus3WristTracker UMETA(DisplayName = "VIVE Focus 3 Wrist Tracker (not implemented yet)"),
ViveFocus3WristTracker UMETA(DisplayName = "VIVE Focus 3 Wrist Tracker"),
/* Oculus Touch Controller that comes with the Meta Quest Pro. */
QuestProController UMETA(DisplayName = "Quest Pro Controller"),