Ejemplo n.º 1
0
 /// <summary>
 /// Creates view
 /// </summary>
 /// <param name="width"></param>
 /// <param name="height"></param>
 public UserInterface( Game game, string defaultFont )
     : base(game)
 {
     Config				=	new Fusion.UserInterface.Config();
     defaultFontPath		=	defaultFont;
     mouseProcessor		=	new MouseProcessor( Game, this );
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates view
 /// </summary>
 /// <param name="width"></param>
 /// <param name="height"></param>
 public UserInterface(Game game, string defaultFont) : base(game)
 {
     Config          = new Fusion.UserInterface.Config();
     defaultFontPath = defaultFont;
     mouseProcessor  = new MouseProcessor(Game, this);
 }