I create a message box, for example
Code: Select all
env->addMessageBox(L"Quit?",L"Do you really want to quit?",true,EMBF_YES+EMBF_NO,0,457);I get messagebox caption "Quit" but the "Do you really want to quit?" does not appear !!!
I have tried many different combinations but to no avail.
I am using Irrlicht 1.7.1.