예제 #1
0
        public static void StartDemo()
        {
            EmulatorDemo app = new EmulatorDemo(Pictor.UI.PlatformSupportAbstract.PixelFormats.Rgba32, Pictor.UI.PlatformSupportAbstract.ERenderOrigin.OriginBottomLeft);
            app.Caption = "MOSA :: Emulator :: Pictor Demonstration";

            if (app.Init(600, 400, (uint)Pictor.UI.PlatformSupportAbstract.EWindowFlags.Risizeable)) {
                app.Run();
            }
        }
예제 #2
0
파일: EmulatorDemo.cs 프로젝트: djlw78/Mosa
        public static void StartDemo()
        {
            EmulatorDemo app = new EmulatorDemo(Pictor.UI.PlatformSupportAbstract.PixelFormats.Rgba32, Pictor.UI.PlatformSupportAbstract.ERenderOrigin.OriginBottomLeft);

            app.Caption = "MOSA :: Emulator :: Pictor Demonstration";

            if (app.Init(600, 400, (uint)Pictor.UI.PlatformSupportAbstract.EWindowFlags.Risizeable))
            {
                app.Run();
            }
        }