closing a 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
Acki

closing a window

Post by Acki »

Hi,
I created an GUI-Window and whant to close it by code...
But there are no close- or delete- funktions in the GUIWindow-class!
I simply whant to simulate a mouse klick on the close button of the window if the user pushes escape.

thx, Acki
Boogle
Posts: 162
Joined: Fri Nov 21, 2003 3:16 pm
Location: Toronto, Canada

Post by Boogle »

There is a remove() call which will delete the window.
Post Reply