Esempio n. 1
0
        public void Update(GameTime gameTime)
        {
            input.BeginUpdate();

            HandleBackButtonInput();

            if (IsTouchIndicatorEnabled)
            {
                touchIndicator.Update(gameTime, content);
            }

            UpdateScreen(gameTime, game.GraphicsDevice.PresentationParameters.DisplayOrientation);

            input.EndUpdate();
        }