C# Class PixelFarm.Forms.GlfwApp

Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
CreateGlfwForm ( int w, int h, string title ) : GlFwForm
ShouldClose ( ) : bool
UpdateWindowsFrame ( ) : void

Private Methods

Method Description
GetGlfwForm ( GlfwWindowPtr wnd, GlFwForm &found ) : bool
GlfwApp ( ) : System

Method Details

CreateGlfwForm() public static method

public static CreateGlfwForm ( int w, int h, string title ) : GlFwForm
w int
h int
title string
return GlFwForm

ShouldClose() public static method

public static ShouldClose ( ) : bool
return bool

UpdateWindowsFrame() public static method

public static UpdateWindowsFrame ( ) : void
return void