]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/evtloop.h
added overloads taking pairs of const char/wchar_t pointers for wxString methods...
[wxWidgets.git] / include / wx / dfb / evtloop.h
index cf77e26c1322cb2f4eb212c79032b1067195066d..9845acd2653fb6a67d6705f7322ae38b433c12b4 100644 (file)
@@ -31,6 +31,10 @@ public:
     // returns DirectFB event buffer used by wx
     static wxIDirectFBEventBufferPtr GetDirectFBEventBuffer();
 
+    // wxYield implementation: iterate the loop as long as there are any
+    // pending events
+    void Yield();
+
 protected:
     virtual void WakeUp();
     virtual void OnNextIteration();