#include <wglMessagePump.h>


Public Member Functions | |
| virtual void | postWakeup () |
| Wake up dispatchOneEvent(). | |
| virtual void | dispatchAll () |
| Get and dispatch all pending system events, non-blocking. | |
| virtual void | dispatchOne () |
| Get and dispatch at least one pending system event, blocking. | |
Definition at line 28 of file wglMessagePump.h.
| void eq::WGLMessagePump::postWakeup | ( | ) | [virtual] |
Wake up dispatchOneEvent().
Implements eq::MessagePump.
Definition at line 32 of file wglMessagePump.cpp.
References EQWARN.
| void eq::WGLMessagePump::dispatchAll | ( | ) | [virtual] |
Get and dispatch all pending system events, non-blocking.
Implements eq::MessagePump.
Definition at line 67 of file wglMessagePump.cpp.
| void eq::WGLMessagePump::dispatchOne | ( | ) | [virtual] |
Get and dispatch at least one pending system event, blocking.
Implements eq::MessagePump.
Definition at line 55 of file wglMessagePump.cpp.
0.9 by
1.5.8