mirror of
https://github.com/ConjureETS/MTI860_VR_Multi_Controller.git
synced 2026-03-24 12:31:15 +00:00
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,
|
|
}
|
|
} |