Is wxWindow::HandleWindowEvent safe for multithreading Topic is solved
Is wxWindow::HandleWindowEvent safe for multithreading
In working thread call wxWindow::HandleWindowEvent to updtae UI, is it safe?
Re: Is wxWindow::HandleWindowEvent safe for multithreading
No. Use QueueEvent or AddPendingEvent.
https://docs.wxwidgets.org/trunk/classw ... ef0318b59a
https://docs.wxwidgets.org/trunk/classw ... ef0318b59a
Use the source, Luke!