X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a758f601dd53ef1653a6a137bf3fdb37cc185941..c7994b56514378d549021ad3114a0a183c929779:/include/wx/evtloop.h diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index 6b2e7c7c95..7bef1f38dd 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -195,6 +195,15 @@ protected: // should we exit the loop? 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); }; #endif // platforms using "manual" loop