Search found 2 matches
- Sun Jan 16, 2011 12:26 am
- Forum: Beginners Help
- Topic: applying gravity to irrlicht FPS camera using BULLET
- Replies: 2
- Views: 544
- Tue Jan 04, 2011 6:36 pm
- Forum: Beginners Help
- Topic: In game pausing with cegui menus
- Replies: 1
- Views: 666
In game pausing with cegui menus
I've been tinkering around with a project in irrlicht and can't figure out for the life of me how to get an in game pause to work.
bool pause = false;
...
while (device->run()) {
device->getVideoDriver()->beginScene(true, true, video::SColor(255, 20, 20, 40));
if (device->isWindowActive ...
bool pause = false;
...
while (device->run()) {
device->getVideoDriver()->beginScene(true, true, video::SColor(255, 20, 20, 40));
if (device->isWindowActive ...