C# Class ManicDigger.Tests.MyGameWindow

Inheritance: IMyGameWindow
Show file Open project: henon/manic_digger

Public Methods

Method Description
OnClosed ( EventArgs e ) : void
OnFocusedChanged ( EventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Method Details

OnClosed() public method

public OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnFocusedChanged() public method

public OnFocusedChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnKeyPress() public method

public OnKeyPress ( KeyPressEventArgs e ) : void
e OpenTK.KeyPressEventArgs
return void

OnLoad() public method

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

OnRenderFrame() public method

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

OnResize() public method

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

OnUpdateFrame() public method

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