Files
EscapeTheBackrooms_Internal/EscapeTheBackroomsGUiTest/SDK/SDK/SteamVR_structs.hpp
2024-04-20 14:19:09 +02:00

29 lines
800 B
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// ENUMS
//---------------------------------------------------------------------------------------------------------------------
enum class ESteamVRTrackedDeviceType : uint8
{
Controller = 0,
TrackingReference = 1,
Other = 2,
Invalid = 3,
ESteamVRTrackedDeviceType_MAX = 4,
};
//---------------------------------------------------------------------------------------------------------------------
// STRUCTS
//---------------------------------------------------------------------------------------------------------------------
}