#if INPUTSYSTEM_SUPPORT && UX_NAVIGATION namespace UnityEngine.UI { public enum UXInputMode : byte { Pointer = 0, Gamepad = 1 } } #endif