using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SC.XR.Unity.Module_InputSystem.InputDeviceGC.BT3Dof { public enum BT3DofKeyCode { TIGGER = 16, FUNCTION = 6, BACK = 32, TP = 5, VOLUMEDOWN = 9, VOLUMEUP = 8, OTHER = -1 } }