C# 클래스 Examples.Tests.GameWindowStates

상속: OpenTK.GameWindow
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

공개 메소드들

메소드 설명
GameWindowStates ( ) : System
Main ( ) : void

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

비공개 메소드들

메소드 설명
Clamp ( int val, int min, int max ) : int
DrawKeyboard ( Graphics gfx, KeyboardState keyboard, int line ) : void
DrawMouse ( Graphics gfx, MouseState mouse, int line ) : void
DrawString ( Graphics gfx, string str, int line ) : void
DrawString ( Graphics gfx, string str, int line, float offset ) : void
KeyDownHandler ( object sender, KeyboardKeyEventArgs e ) : void
MouseButtonHandler ( object sender, MouseButtonEventArgs e ) : void
MouseMoveHandler ( object sender, MouseMoveEventArgs e ) : void

메소드 상세

GameWindowStates() 공개 메소드

public GameWindowStates ( ) : System
리턴 System

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnRenderFrame() 보호된 메소드

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUpdateFrame() 보호된 메소드

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
리턴 void