Exemplo n.º 1
0
 public ModalContainer(Manager manager)
     : base(manager)
 {
     Manager.Input.GamePadDown += new GamePadEventHandler(Input_GamePadDown);
     GamePadActions             = new EWindowGamePadActions();
 }
Exemplo n.º 2
0
		public ModalContainer(Manager manager)
			: base(manager) {
			Manager.Input.GamePadDown += new GamePadEventHandler(Input_GamePadDown);
			GamePadActions = new EWindowGamePadActions();
		}