using System; using UnityEngine; namespace UILib { public delegate void InputKeyTriggeredEventHandler(IXUIInput input, KeyCode key); }