public static void RemoveListener(string eventName, string eventKey, InputEventHandle <IInputEventBase> callback)
        {
            IInputDispatcher dispatcher = GetDispatcher(eventName);

            dispatcher.RemoveListener(eventKey, callback);
        }