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