C# Class ManicDigger.MainGameWindow

Inheritance: OpenTK.GameWindow
Datei anzeigen Open project: henon/manic_digger Class Usage Examples

Public Properties

Property Type Description
mywindow IMyGameWindow

Public Methods

Method Description
MainGameWindow ( IMyGameWindow mywindow ) : System

Protected Methods

Method Description
OnKeyPress ( OpenTK e ) : void
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Method Details

MainGameWindow() public method

public MainGameWindow ( IMyGameWindow mywindow ) : System
mywindow IMyGameWindow
return System

OnKeyPress() protected method

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

OnLoad() protected method

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

OnRenderFrame() protected method

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void

OnResize() protected method

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

OnUpdateFrame() protected method

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void

Property Details

mywindow public_oe property

public IMyGameWindow mywindow
return IMyGameWindow