The current implementation of “messageBox(...)” for Windows does not work well::
=> No interaction is possible when another window is TOPMOST.
Steps to reproduce:
open on your app a messageBox
if you click outside the messageBox on your app, the messageBox goes behind the app but the input focus is still on the messageBox.
=> No interaction is possible until the messageBox() becomes TOPMOST again.
If you want:
You can reproduce it when you add
messageBox(" ISSUE #2220 ", "Parent Window is blocked");
on line: axmol\tests\cpp-tests\Source\ImGuiTest\ImGuiTest.cpp line 40:
The current implementation of “messageBox(...)” for Windows does not work well:: => No interaction is possible when another window is TOPMOST.
Steps to reproduce:
FIX: add the TOPMOST flag:
I test it on android =>No problem here. wasm =>No problem here.