ok,
i have a title screen with gui elements. when the user clicks start game my new window is created but i cant close the title screen window.
I have tried device->drop and device->close<watever>
plz help me
my window wont close :(
-
- Posts: 386
- Joined: Thu Sep 25, 2003 12:43 pm
- Contact:
Code: Select all
device = createDevice(video::EDT_OPENGL,
core::dimension2d<s32>(200, 100), 16, false, false, &receiver);
-
- Posts: 386
- Joined: Thu Sep 25, 2003 12:43 pm
- Contact: