C# Class Microsoft.Xna.Framework.AndroidGamePlatform

Inheritance: Microsoft.Xna.Framework.GamePlatform
Mostra file Open project: procfxgen/MGShaderEditor

Public Methods

Method Description
Activity_Paused ( object sender, EventArgs e ) : void
Activity_Resumed ( object sender, EventArgs e ) : void
AndroidGamePlatform ( Microsoft.Xna.Framework.Game game ) : System
BeforeDraw ( GameTime gameTime ) : bool
BeforeInitialize ( ) : void
BeforeRun ( ) : bool
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
Present ( ) : void
RunLoop ( ) : void
StartRunLoop ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Activity_Paused() public method

public Activity_Paused ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Activity_Resumed() public method

public Activity_Resumed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

AndroidGamePlatform() public method

public AndroidGamePlatform ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System

BeforeDraw() public method

public BeforeDraw ( GameTime gameTime ) : bool
gameTime GameTime
return bool

BeforeInitialize() public method

public BeforeInitialize ( ) : void
return void

BeforeRun() public method

public BeforeRun ( ) : bool
return bool

BeforeUpdate() public method

public BeforeUpdate ( GameTime gameTime ) : bool
gameTime GameTime
return bool

BeginScreenDeviceChange() public method

public BeginScreenDeviceChange ( bool willBeFullScreen ) : void
willBeFullScreen bool
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EndScreenDeviceChange() public method

public EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void
screenDeviceName string
clientWidth int
clientHeight int
return void

EnterFullScreen() public method

public EnterFullScreen ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

ExitFullScreen() public method

public ExitFullScreen ( ) : void
return void

Log() public method

public Log ( string Message ) : void
Message string
return void

Present() public method

public Present ( ) : void
return void

RunLoop() public method

public RunLoop ( ) : void
return void

StartRunLoop() public method

public StartRunLoop ( ) : void
return void