Ejemplo n.º 1
0
 public void setScreen(SDLScreen screen)
 {
     this.mScreen = screen;
     this.mScreen.initialize();
 }
Ejemplo n.º 2
0
        public SDLApp()
        {
            this.mExit = false;

            this.mScreen = null;
        }