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)
|
Method | Description | |
---|---|---|
DispatchMessage ( Msg &msg ) : void | ||
PeekMessage ( Msg &msg, |
||
TranslateMessage ( Msg &msg ) : void |
static public WndProc ( Axiom.Graphics.RenderWindow win, Message &m ) : bool | ||
win | Axiom.Graphics.RenderWindow | |
m | Message | |
return | bool |