close window

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
PlayG7SeveN
Posts: 22
Joined: Wed Apr 18, 2007 4:17 pm

close window

Post by PlayG7SeveN »

Code: Select all

IGUIWindow* window = env->addWindow(
rect<s32>(150 + cnt, 140 + cnt, 500 + cnt, 330 +cnt), false,L"OPTIONS");
I FORMED A SUCH WINDOW

HOW DO WE CLOSE AGAIN THIS WINDOW? code?
arras
Posts: 1622
Joined: Mon Apr 05, 2004 8:35 am
Location: Slovakia
Contact:

Post by arras »

window->remove() I think.
Post Reply