C# Class NScumm.MonoGame.ScummScreen

Inheritance: GameScreen
Show file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
EndRun ( ) : void
HandleInput ( InputState input ) : void
LoadContent ( ) : void
ScummScreen ( Microsoft.Xna.Framework.Game game, GameSettings info ) : System
UnloadContent ( ) : void

Private Methods

Method Description
OnShowMenuDialogRequested ( object sender, EventArgs e ) : void
UpdateGame ( ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

EndRun() public method

public EndRun ( ) : void
return void

HandleInput() public method

public HandleInput ( InputState input ) : void
input InputState
return void

LoadContent() public method

public LoadContent ( ) : void
return void

ScummScreen() public method

public ScummScreen ( Microsoft.Xna.Framework.Game game, GameSettings info ) : System
game Microsoft.Xna.Framework.Game
info NScumm.Core.IO.GameSettings
return System

UnloadContent() public method

public UnloadContent ( ) : void
return void