Table of Contents

Class GameContextSDL

Namespace
Stride.Games
Assembly
Stride.Games.dll

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)

Parameters

control Window

The control.

requestedWidth int

Width of the requested.

requestedHeight int

Height of the requested.

isUserManagingRun bool