C# Class Project.GameWindow

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: dibagaran/cs-2015-7-alpha

Public Methods

Method Description
GameWindow ( ) : System

Protected Methods

Method Description
OnKeyUp ( KeyEventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

GameWindow() public method

public GameWindow ( ) : System
return System

OnKeyUp() protected method

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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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