C# 클래스 PixelFarm.Forms.GlfwApp

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
CreateGlfwForm ( int w, int h, string title ) : GlFwForm
ShouldClose ( ) : bool
UpdateWindowsFrame ( ) : void

비공개 메소드들

메소드 설명
GetGlfwForm ( GlfwWindowPtr wnd, GlFwForm &found ) : bool
GlfwApp ( ) : System

메소드 상세

CreateGlfwForm() 공개 정적인 메소드

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

ShouldClose() 공개 정적인 메소드

public static ShouldClose ( ) : bool
리턴 bool

UpdateWindowsFrame() 공개 정적인 메소드

public static UpdateWindowsFrame ( ) : void
리턴 void