#if PACKAGE_DOCS_GENERATION || UNITY_INPUT_SYSTEM_ENABLE_UI namespace UnityEngine.InputSystem.UI { internal interface INavigationEventData { /// /// The that generated the axis input. /// public InputDevice device { get; } } } #endif