C# Class FireflyGL.Window

显示文件 Open project: LukaHorvat/Kento Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Window ( int Width, int Height, string Title, OnLoadHandler LoadHandler, bool UseOGL3 = false ) : System

Method Details

Window() public method

public Window ( int Width, int Height, string Title, OnLoadHandler LoadHandler, bool UseOGL3 = false ) : System
Width int
Height int
Title string
LoadHandler OnLoadHandler
UseOGL3 bool
return System