C# Class Dandy.Dandy

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: jackpal/Dandy-Dungeon Class Usage Examples

Public Methods

Method Description
Dandy ( ) : System
InitializeGraphics ( ) : bool
OnCreateDevice ( object sender, EventArgs e ) : void
OnCreateVertexBuffer ( object sender, EventArgs e ) : void
OnResetDevice ( object sender, EventArgs e ) : void

Protected Methods

Method Description
OnKeyPress ( System e ) : void
OnPaint ( System e ) : void
OnResize ( System e ) : void

Private Methods

Method Description
Dandy_KeyDown ( object sender, KeyEventArgs e ) : void
Dandy_KeyUp ( object sender, KeyEventArgs e ) : void
Main ( ) : void

The main entry point for the application.

Render ( ) : void

Method Details

Dandy() public method

public Dandy ( ) : System
return System

InitializeGraphics() public method

public InitializeGraphics ( ) : bool
return bool

OnCreateDevice() public method

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

OnCreateVertexBuffer() public method

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

OnKeyPress() protected method

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

OnPaint() protected method

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

OnResetDevice() public method

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

OnResize() protected method

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