SteamControllerType.cs 222 B

123456789101112131415
  1. namespace UnityEngine.InputSystem.Steam
  2. {
  3. /*
  4. TODO
  5. public enum SteamControllerType
  6. {
  7. Unknown,
  8. SteamController,
  9. Xbox360,
  10. XboxOne,
  11. GenericXInput,
  12. PS4
  13. }
  14. */
  15. }