C# Class Sparrow.Core.DesktopViewController

Inheritance: OpenTK.GameWindow
ファイルを表示 Open project: fmotagarcia/sparrow-sharp

Public Methods

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

Protected Methods

Method Description
OnResize ( EventArgs e ) : void

Private Methods

Method 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 method

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
return System

OnResize() protected method

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