コード例 #1
0
        public EventDispatcher()
        {
            inputMap = new Dictionary <InputType, int>();

            input     = new InputInterpreter();
            listeners = new Dictionary <EventListener, int>();
        }
コード例 #2
0
        public EventDispatcher()
        {
            inputMap = new Dictionary<InputType, int>();

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