Sam Lantinga
Sam Lantinga
Well, you didn't create an editable text field. :)
Are you calling this from multiple threads at the same time?
That's probably not what we want universally. In Source 2 for example, the message box can be launched on a thread and blocks the main thread from the calling code,...
Let’s try it in 3.4 and I’ll update Source 2 and see if it becomes an issue
By the way, if a thread pops a message box before the main thread initialization, this would make the calling thread the main thread, so we probably want to only...