BT3DofKeyCode.cs 367 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace SC.XR.Unity.Module_InputSystem.InputDeviceGC.BT3Dof {
  7. public enum BT3DofKeyCode {
  8. TIGGER = 16,
  9. FUNCTION = 6,
  10. BACK = 32,
  11. TP = 5,
  12. VOLUMEDOWN = 9,
  13. VOLUMEUP = 8,
  14. OTHER = -1
  15. }
  16. }