GameContextDesktop<TK> Class
Namespace: Stride.GamesAssembly: Stride.Games.dll
Common ancestor to all game contexts on the Windows platform.
                 Derived from GameContextDesktop<TK>:  GameContextSDL 
              
              
              
public abstract class GameContextDesktop<TK> : GameContext<TK>
              Type Parameters
| Name | Description | 
|---|---|
| TK | 
| Name | Description | |
|---|---|---|
| Constructors | ||
| GameContextDesktop(TK, Int32, Int32, Boolean) | ||
Constructors
GameContextDesktop(TK, Int32, Int32, Boolean)
protected GameContextDesktop(TK control, int requestedWidth = 0, int requestedHeight = 0, bool isUserManagingRun = false)
              Parameters
| Type | Name | Description | 
|---|---|---|
| TK | control | |
| System.Int32 | requestedWidth | |
| System.Int32 | requestedHeight | |
| System.Boolean | isUserManagingRun |