Files
Bachelor-Arbeit-Thomas-Wichert/Assets/SteamVR/Input/SteamVR_Input_ActionScopes.cs
2025-07-21 09:11:14 +02:00

12 lines
218 B
C#

//======= Copyright (c) Valve Corporation, All rights reserved. ===============
namespace Valve.VR
{
public enum SteamVR_Input_ActionScopes
{
ActionSet,
Application,
Global,
}
}