C# Class Duality.Launcher.DualityLauncher

Inheritance: OpenTK.GameWindow
Afficher le fichier Open project: BraveSirAndrew/duality Class Usage Examples

Méthodes publiques

Méthode Description
DualityLauncher ( int w, int h, OpenTK.Graphics.GraphicsMode mode, string title, GameWindowFlags flags ) : System
ShowConsole ( ) : void

Méthodes protégées

Méthode Description
OnFocusedChanged ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Private Methods

Méthode Description
Main ( string args ) : void
OnUserDataChanged ( object sender, EventArgs eventArgs ) : void
SetMouseDeviceX ( int x ) : void
SetMouseDeviceY ( int y ) : void
SetVSyncMode ( GameWindow window ) : void
ValidateMinimumGPUSpec ( ) : bool

Method Details

DualityLauncher() public méthode

public DualityLauncher ( int w, int h, OpenTK.Graphics.GraphicsMode mode, string title, GameWindowFlags flags ) : System
w int
h int
mode OpenTK.Graphics.GraphicsMode
title string
flags GameWindowFlags
Résultat System

OnFocusedChanged() protected méthode

protected OnFocusedChanged ( 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

ShowConsole() public static méthode

public static ShowConsole ( ) : void
Résultat void