public EventDispatcher() { inputMap = new Dictionary <InputType, int>(); input = new InputInterpreter(); listeners = new Dictionary <EventListener, int>(); }
public EventDispatcher() { inputMap = new Dictionary<InputType, int>(); input = new InputInterpreter(); listeners = new Dictionary<EventListener, int>(); }