C# Class GraphTour.DemoController

Inheritance: GLController
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
DemoController ( ) : System
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
OnSetContext ( GLContext GI ) : void
RenderFrame ( ) : void
SetModelAndView ( GLModel model, GLView view ) : void

Method Details

DemoController() public method

public DemoController ( ) : System
return System

OnKeyboardActivity() public method

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
return System.IntPtr

OnSetContext() public method

public OnSetContext ( GLContext GI ) : void
GI GLContext
return void

RenderFrame() public method

public RenderFrame ( ) : void
return void

SetModelAndView() public method

public SetModelAndView ( GLModel model, GLView view ) : void
model GLModel
view GLView
return void