Ejemplo n.º 1
0
        public override Graphics.RenderWindow NewWindow(string name, int width, int height, bool fullScreen, Collections.NamedParameterList miscParams = null)
        {
            IPhoneWindow window = new IPhoneWindow();

            window.Create(name, width, height, fullScreen, miscParams);
            return(window);
        }
Ejemplo n.º 2
0
		public override Graphics.RenderWindow NewWindow( string name, int width, int height, bool fullScreen, Collections.NamedParameterList miscParams = null )
		{
			IPhoneWindow window = new IPhoneWindow();
			window.Create( name, width, height, fullScreen, miscParams );
			return window;
		}