forward events from system queue to application queue
| 483 | public: |
| 484 | /// forward events from system queue to application queue |
| 485 | virtual void forwardSystemEvents( bool waitForEvent ) { } |
| 486 | /// post application event to message queue |
| 487 | virtual void postEvent( CRGUIEvent * event ); |
| 488 | /// peeks head of application message queue, w/o removing from queue (returns NULL if no events in queue) |