C# Class Axiom.RenderSystems.OpenGL.WindowMessageHandling

Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
MessagePump ( ) : void
WindowMessageHandling ( ) : 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 ( Msg &msg ) : void
PeekMessage ( Msg &msg, IntPtr handle, int msgFilterMin, int msgFilterMax, int removeMsg ) : int
TranslateMessage ( Msg &msg ) : void

Method Details

MessagePump() static public method

static public MessagePump ( ) : void
return void

WindowMessageHandling() public method

public WindowMessageHandling ( ) : 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 Message
return bool