Class GameContextSDL
A GameContext to use for rendering to an existing SDL Window.
public class GameContextSDL : GameContext<Window>
- Inheritance
-
GameContextSDL
- Inherited Members
Constructors
GameContextSDL(Window, int, int, bool)
Initializes a new instance of the GameContext class.
public GameContextSDL(Window control, int requestedWidth = 0, int requestedHeight = 0, bool isUserManagingRun = false)