C# Class PlatformerSample.GameWindow

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
Exit ( ) : void
ExitMessage ( Window callingWindow ) : void
FrameUpdate ( ) : void
GameWindow ( ) : System
Run ( ) : void

Protected Methods

Method Description
OnResize ( System e ) : void
OnResize ( bool forceResize ) : void

Private Methods

Method Description
Draw ( ) : void
GameForm_Activated ( object sender, EventArgs e ) : void

Method Details

Exit() public method

public Exit ( ) : void
return void

ExitMessage() public method

public ExitMessage ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

FrameUpdate() public method

public FrameUpdate ( ) : void
return void

GameWindow() public method

public GameWindow ( ) : System
return System

OnResize() protected method

protected OnResize ( System e ) : void
e System
return void

OnResize() protected method

protected OnResize ( bool forceResize ) : void
forceResize bool
return void

Run() public method

public Run ( ) : void
return void