C# Class Axiom.RenderSystems.DirectX9.Win32MessageHandling

Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
MessagePump ( ) : void
Win32MessageHandling ( ) : System
WndProc ( Axiom.Graphics.RenderWindow win, Message &m ) : bool

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

Private Methods

Method Description
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

Method Details

MessagePump() static public method

static public MessagePump ( ) : void
return void

Win32MessageHandling() public method

public Win32MessageHandling ( ) : System
return System

WndProc() static public method

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
return bool