Пример #1
0
        protected override void Update(GameTime gameTime)
        {
            base.Update(gameTime);

            gameContentManager.UpdateCurrent(gameTime);

            //must be at the end of update
            TInputManager.Update();
        }