I use Irrlicht on Mac.
The system is OS X 10.11
And I found that IGUIEditBox can display Chinese character but cannot accept Chinese input.
Am I use the wrong method ?
Code: Select all
editBox = env->addEditBox(L"", rect<s32>(260, 72, 390, 92), true, wFilter, EDITBOX_KEYWORD);
editBox->setTextAlignment(irr::gui::EGUIA_CENTER, irr::gui::EGUIA_CENTER);