C# Class CSPspEmu.Gui.Winforms.Winforms.PspOpenglDisplayControl

Inheritance: GLControl, IGuiWindowInfo
Show file Open project: soywiz/cspspemu

Private Properties

Property Type Description
IGuiWindowInfo void
InitializeComponent void
PspOpenglDisplayControl_Load void

Public Methods

Method Description
PspOpenglDisplayControl ( ) : System

Protected Methods

Method Description
OnCreateControl ( ) : void
OnDrawFrame ( ) : void

Private Methods

Method Description
IGuiWindowInfo ( ) : void
InitializeComponent ( ) : void
PspOpenglDisplayControl_Load ( object sender, EventArgs e ) : void

Method Details

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

OnDrawFrame() protected method

protected OnDrawFrame ( ) : void
return void

PspOpenglDisplayControl() public method

public PspOpenglDisplayControl ( ) : System
return System