C# 클래스 Axiom.RenderSystems.DirectX9.Win32MessageHandling

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

공개 메소드들

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

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

비공개 메소드들

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

메소드 상세

MessagePump() 정적인 공개 메소드

static public MessagePump ( ) : void
리턴 void

Win32MessageHandling() 공개 메소드

public Win32MessageHandling ( ) : 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 System.Windows.Forms.Message
리턴 bool