C# Class Sparrow.Core.DesktopViewController

Inheritance: OpenTK.GameWindow
Afficher le fichier Open project: fmotagarcia/sparrow-sharp

Méthodes publiques

Méthode Description
DesktopViewController ( Type rootClass, int windowWidth, int windowHeight, string windowTitle, GameWindowFlags windowFlags, DisplayDevice device, GraphicsContextFlags flags ) : System

Méthodes protégées

Méthode Description
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
HandleLoad ( object sender, EventArgs e ) : void
HandleRenderFrame ( object sender, FrameEventArgs e ) : void
OnMouseButtonChange ( object sender, MouseButtonEventArgs e ) : void
OnMouseMove ( object sender, MouseMoveEventArgs e ) : void
processTouch ( ) : void

Method Details

DesktopViewController() public méthode

public DesktopViewController ( Type rootClass, int windowWidth, int windowHeight, string windowTitle, GameWindowFlags windowFlags, DisplayDevice device, GraphicsContextFlags flags ) : System
rootClass System.Type
windowWidth int
windowHeight int
windowTitle string
windowFlags GameWindowFlags
device OpenTK.DisplayDevice
flags GraphicsContextFlags
Résultat System

OnResize() protected méthode

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