C# Class ManicDigger.MainGameWindow

Inheritance: OpenTK.GameWindow
Afficher le fichier Open project: henon/manic_digger Class Usage Examples

Méthodes publiques

Свойство Type Description
mywindow IMyGameWindow

Méthodes publiques

Méthode Description
MainGameWindow ( IMyGameWindow mywindow ) : System

Méthodes protégées

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

public MainGameWindow ( IMyGameWindow mywindow ) : System
mywindow IMyGameWindow
Résultat System

OnKeyPress() protected méthode

protected OnKeyPress ( OpenTK e ) : void
e OpenTK
Résultat void

OnLoad() protected méthode

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

OnRenderFrame() protected méthode

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

OnResize() protected méthode

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

OnUpdateFrame() protected méthode

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

Property Details

mywindow public_oe property

public IMyGameWindow mywindow
Résultat IMyGameWindow