C# 클래스 AssemblyBrowser.SimpleGLWindow

파일 보기 프로젝트 열기: mellinoe/assemblybrowser

공개 메소드들

메소드 설명
RunWindowLoop ( ) : void
SimpleGLWindow ( string title, int desiredWidth, int desiredHeight ) : System

보호된 메소드들

메소드 설명
PreRenderFrame ( ) : void
UpdateRenderState ( ) : void

비공개 메소드들

메소드 설명
CreateDeviceObjects ( ) : void
OnKeyDown ( object sender, KeyboardKeyEventArgs e ) : void
OnKeyPress ( object sender, KeyPressEventArgs e ) : void
OnKeyUp ( object sender, KeyboardKeyEventArgs e ) : void
OnTextEdited ( TextEditCallbackData data ) : int
OnWindowClosing ( object sender, System e ) : void
RenderFrame ( ) : void
RenderImDrawData ( DrawData draw_data ) : void
SetOpenTKKeyMappings ( ) : void
UpdateImGuiInput ( IO io ) : void
UpdateModifiers ( KeyboardKeyEventArgs e ) : void

메소드 상세

PreRenderFrame() 보호된 추상적인 메소드

protected abstract PreRenderFrame ( ) : void
리턴 void

RunWindowLoop() 공개 메소드

public RunWindowLoop ( ) : void
리턴 void

SimpleGLWindow() 공개 메소드

public SimpleGLWindow ( string title, int desiredWidth, int desiredHeight ) : System
title string
desiredWidth int
desiredHeight int
리턴 System

UpdateRenderState() 보호된 추상적인 메소드

protected abstract UpdateRenderState ( ) : void
리턴 void