C# Class Microsoft.Xna.Framework.OpenTKGamePlatform

Inheritance: Microsoft.Xna.Framework.GamePlatform
Afficher le fichier Open project: procfxgen/MGShaderEditor

Méthodes publiques

Méthode Description
BeforeDraw ( GameTime gameTime ) : bool
BeforeInitialize ( ) : void
BeforeUpdate ( GameTime gameTime ) : bool
BeginScreenDeviceChange ( bool willBeFullScreen ) : void
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void
EnterFullScreen ( ) : void
Exit ( ) : void
ExitFullScreen ( ) : void
Log ( string Message ) : void
OpenTKGamePlatform ( Microsoft.Xna.Framework.Game game ) : System
Present ( ) : void
RunLoop ( ) : void
StartRunLoop ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnIsMouseVisibleChanged ( ) : void

Private Methods

Méthode Description
ResetWindowBounds ( ) : void

Method Details

BeforeDraw() public méthode

public BeforeDraw ( GameTime gameTime ) : bool
gameTime GameTime
Résultat bool

BeforeInitialize() public méthode

public BeforeInitialize ( ) : void
Résultat void

BeforeUpdate() public méthode

public BeforeUpdate ( GameTime gameTime ) : bool
gameTime GameTime
Résultat bool

BeginScreenDeviceChange() public méthode

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

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndScreenDeviceChange() public méthode

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

EnterFullScreen() public méthode

public EnterFullScreen ( ) : void
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

ExitFullScreen() public méthode

public ExitFullScreen ( ) : void
Résultat void

Log() public méthode

public Log ( string Message ) : void
Message string
Résultat void

OnIsMouseVisibleChanged() protected méthode

protected OnIsMouseVisibleChanged ( ) : void
Résultat void

OpenTKGamePlatform() public méthode

public OpenTKGamePlatform ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System

Present() public méthode

public Present ( ) : void
Résultat void

RunLoop() public méthode

public RunLoop ( ) : void
Résultat void

StartRunLoop() public méthode

public StartRunLoop ( ) : void
Résultat void