Code: Select all
IGUIButton *btn = Gui->addButton(rect<s32>(10,10,100,50),0,0,L"test");
Code: Select all
IGUIButton *btn2 = Gui->addButton(rect<s32>(10,70,100,50),0,0,L"test2");
all i wanted to to is, add another button directly under the 1st one but i does not work at all..if theres a bug?![/code]