namespace UnityEngine { internal interface IKeyboardControl { void OnFocus(); void OnLostFocus(); } }