C# Class ManicDigger.Tests.MyGameWindow

Inheritance: IMyGameWindow
Afficher le fichier Open project: henon/manic_digger

Méthodes publiques

Méthode 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 méthode

public OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnFocusedChanged() public méthode

public OnFocusedChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyPress() public méthode

public OnKeyPress ( KeyPressEventArgs e ) : void
e OpenTK.KeyPressEventArgs
Résultat void

OnLoad() public méthode

public OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRenderFrame() public méthode

public OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

OnResize() public méthode

public OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUpdateFrame() public méthode

public OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void