public:
wxGUIEventLoop();
+ virtual bool YieldFor(long eventsToProcess);
+
// returns DirectFB event buffer used by wx
static wxIDirectFBEventBufferPtr GetDirectFBEventBuffer();
private:
- // wxYield implementation: iterate the loop as long as there are any
- // pending events
- void Yield();
-
static void InitBuffer();
static void CleanUp();
static wxIDirectFBEventBufferPtr ms_buffer;
static int ms_bufferFd;
- DECLARE_NO_COPY_CLASS(wxGUIEventLoop)
+ wxDECLARE_NO_COPY_CLASS(wxGUIEventLoop);
};
#endif // _WX_DFB_EVTLOOP_H_