C# (CSharp) TraceRacer ScreenManager - 3 examples found. These are the top rated real world C# (CSharp) examples of TraceRacer.ScreenManager extracted from open source projects. You can rate examples to help us improve the quality of examples.
The screen manager is a component which manages one or more GameScreen instances. It maintains a stack of screens, calls their Update and Draw methods at the appropriate times, and automatically routes input to the topmost active screen.