C# Class Microsoft.Xna.Framework.GameWindow

Afficher le fichier Open project: procfxgen/MGShaderEditor Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BeginScreenDeviceChange ( bool willBeFullScreen ) : void
Create ( Microsoft.Xna.Framework.Game game, int width, int height ) : GameWindow
EndScreenDeviceChange ( string screenDeviceName ) : void
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void

Méthodes protégées

Méthode Description
GameWindow ( ) : Microsoft.Xna.Framework.Input
OnActivated ( ) : void
OnClientSizeChanged ( ) : void
OnDeactivated ( ) : void
OnOrientationChanged ( ) : void
OnPaint ( ) : void
OnScreenDeviceNameChanged ( ) : void
OnTextInput ( object sender, Microsoft.Xna.Framework.TextInputEventArgs e ) : void
SetSupportedOrientations ( DisplayOrientation orientations ) : void
SetTitle ( string title ) : void

Method Details

BeginScreenDeviceChange() public abstract méthode

public abstract BeginScreenDeviceChange ( bool willBeFullScreen ) : void
willBeFullScreen bool
Résultat void

Create() public static méthode

public static Create ( Microsoft.Xna.Framework.Game game, int width, int height ) : GameWindow
game Microsoft.Xna.Framework.Game
width int
height int
Résultat GameWindow

EndScreenDeviceChange() public méthode

public EndScreenDeviceChange ( string screenDeviceName ) : void
screenDeviceName string
Résultat void

EndScreenDeviceChange() public abstract méthode

public abstract EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void
screenDeviceName string
clientWidth int
clientHeight int
Résultat void

GameWindow() protected méthode

protected GameWindow ( ) : Microsoft.Xna.Framework.Input
Résultat Microsoft.Xna.Framework.Input

OnActivated() protected méthode

protected OnActivated ( ) : void
Résultat void

OnClientSizeChanged() protected méthode

protected OnClientSizeChanged ( ) : void
Résultat void

OnDeactivated() protected méthode

protected OnDeactivated ( ) : void
Résultat void

OnOrientationChanged() protected méthode

protected OnOrientationChanged ( ) : void
Résultat void

OnPaint() protected méthode

protected OnPaint ( ) : void
Résultat void

OnScreenDeviceNameChanged() protected méthode

protected OnScreenDeviceNameChanged ( ) : void
Résultat void

OnTextInput() protected méthode

protected OnTextInput ( object sender, Microsoft.Xna.Framework.TextInputEventArgs e ) : void
sender object
e Microsoft.Xna.Framework.TextInputEventArgs
Résultat void

SetSupportedOrientations() protected abstract méthode

protected abstract SetSupportedOrientations ( DisplayOrientation orientations ) : void
orientations DisplayOrientation
Résultat void

SetTitle() protected abstract méthode

protected abstract SetTitle ( string title ) : void
title string
Résultat void