nameChooser = new NameChooserWidget(Game, new Vector2(40, Game.GraphicsDevice.Viewport.Height / 4));
InputController.RegisterEventForButton("OK", Buttons.A);
InputController.RegisterEventForKey("OK", Keys.Z);
nameChooser = new NameChooserWidget(Game, new Vector2(40, Game.GraphicsDevice.Viewport.Height / 4));
InputController.RegisterEventForButton("OK", Buttons.A);
InputController.RegisterEventForKey("OK", Keys.Z);