Ejemplo n.º 1
0
        public EventDispatcher()
        {
            inputMap = new Dictionary <InputType, int>();

            input     = new InputInterpreter();
            listeners = new Dictionary <EventListener, int>();
        }
Ejemplo n.º 2
0
        public EventDispatcher()
        {
            inputMap = new Dictionary<InputType, int>();

            input = new InputInterpreter();
            listeners = new Dictionary<EventListener, int>();
        }