namespace Valve.VR { public enum ETrackedControllerRole { Invalid = 0, LeftHand = 1, RightHand = 2, OptOut = 3 } }