C# 클래스 Axiom.RenderSystems.OpenGL.WindowMessageHandling

파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
MessagePump ( ) : void
WindowMessageHandling ( ) : System
WndProc ( Axiom.Graphics.RenderWindow win, Message &m ) : bool

Internal winProc (RenderWindow's use this when creating the Win32 Window)

비공개 메소드들

메소드 설명
DispatchMessage ( Msg &msg ) : void
PeekMessage ( Msg &msg, IntPtr handle, int msgFilterMin, int msgFilterMax, int removeMsg ) : int
TranslateMessage ( Msg &msg ) : void

메소드 상세

MessagePump() 정적인 공개 메소드

static public MessagePump ( ) : void
리턴 void

WindowMessageHandling() 공개 메소드

public WindowMessageHandling ( ) : System
리턴 System

WndProc() 정적인 공개 메소드

Internal winProc (RenderWindow's use this when creating the Win32 Window)
static public WndProc ( Axiom.Graphics.RenderWindow win, Message &m ) : bool
win Axiom.Graphics.RenderWindow
m Message
리턴 bool