C# Class Protogame.DefaultGameWindow

An implementation of IGameWindow that provides support for desktop platforms.
Inheritance: IGameWindow
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
DefaultGameWindow ( GameWindow gameWindow ) : Microsoft.Xna.Framework

Initializes a new instance of the Protogame.DefaultGameWindow class.

Method Details

DefaultGameWindow() public méthode

Initializes a new instance of the Protogame.DefaultGameWindow class.
public DefaultGameWindow ( GameWindow gameWindow ) : Microsoft.Xna.Framework
gameWindow Microsoft.Xna.Framework.GameWindow /// The underlying XNA game window to wrap. ///
Résultat Microsoft.Xna.Framework