C# Class TechEngine.Engine.Game

Inheritance: System.Windows.Forms.Control
Show file Open project: DotTech/3D-software-renderer

Public Methods

Method Description
Start ( ) : void

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void

Private Methods

Method Description
HandleKeys ( ) : void
Render ( ) : void
Setup ( ) : void
Update ( object sender, EventArgs e ) : void
UpdateLog ( ) : void

Method Details

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

Start() public method

public Start ( ) : void
return void