Exemplo n.º 1
0
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            /*graphics.PreparingDeviceSettings +=
                new EventHandler<PreparingDeviceSettingsEventArgs> (
                graphics_PreparingDeviceSettings);
            */

            gtkThread = new GtkThread (this);
            gtkThread.Start ();
        }
Exemplo n.º 2
0
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            /*graphics.PreparingDeviceSettings +=
             *      new EventHandler<PreparingDeviceSettingsEventArgs> (
             *      graphics_PreparingDeviceSettings);
             */

            gtkThread = new GtkThread(this);
            gtkThread.Start();
        }