12 lines
216 B
C#
12 lines
216 B
C#
|
//======= Copyright (c) Valve Corporation, All rights reserved. ===============
|
|||
|
|
|||
|
|
|||
|
namespace Valve.VR
|
|||
|
{
|
|||
|
public enum SteamVR_Input_ActionSetUsages
|
|||
|
{
|
|||
|
LeftRight,
|
|||
|
Single,
|
|||
|
Hidden,
|
|||
|
}
|
|||
|
}
|