X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a392e2d16cc2fde3463f1bac95f424ac35b40b7..6bcc1145fea1fbe4f4fd492199d1482f95fac5fd:/include/wx/evtloop.h diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index ad58b1482c..7bef1f38dd 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -197,6 +197,12 @@ protected: bool m_shouldExit; private: + // process all already pending events and dispatch a new one (blocking + // until it appears in the event queue if necessary) + // + // returns the return value of Dispatch() + bool ProcessEvents(); + wxDECLARE_NO_COPY_CLASS(wxEventLoopManual); };