C# 클래스 URG.GL.Window

파일 보기 프로젝트 열기: ppalma/URG-GL

공개 메소드들

메소드 설명
Show ( ) : void
Window ( ) : System

보호된 메소드들

메소드 설명
HotKeys ( ) : void
IdleHandler ( ) : void
KeyboardHandler ( byte key, int x, int y ) : void
MotionHandler ( int x, int y ) : void
MouseHandler ( int button, int state, int x, int y ) : void
PaintHandler ( ) : void
ReshapeHandler ( int weith, int height ) : void
TimerHandler ( int val ) : void
WindowsCloseHandler ( ) : void

비공개 메소드들

메소드 설명
AmbientInitialization ( ) : void

메소드 상세

HotKeys() 보호된 메소드

protected HotKeys ( ) : void
리턴 void

IdleHandler() 보호된 메소드

protected IdleHandler ( ) : void
리턴 void

KeyboardHandler() 보호된 메소드

protected KeyboardHandler ( byte key, int x, int y ) : void
key byte
x int
y int
리턴 void

MotionHandler() 보호된 메소드

protected MotionHandler ( int x, int y ) : void
x int
y int
리턴 void

MouseHandler() 보호된 메소드

protected MouseHandler ( int button, int state, int x, int y ) : void
button int
state int
x int
y int
리턴 void

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

protected abstract PaintHandler ( ) : void
리턴 void

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

protected abstract ReshapeHandler ( int weith, int height ) : void
weith int
height int
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

TimerHandler() 보호된 메소드

protected TimerHandler ( int val ) : void
val int
리턴 void

Window() 공개 메소드

public Window ( ) : System
리턴 System

WindowsCloseHandler() 보호된 메소드

protected WindowsCloseHandler ( ) : void
리턴 void