Dispatch pending events without waiting for idle time (closes #10994).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user