Search found 1 match

by Cerasti
Sun Jun 11, 2006 4:39 pm
Forum: Irrlicht.NET
Topic: Exting Irrlicht
Replies: 1
Views: 1215

Exting Irrlicht

Hi! I wonder how to close Irrlicht without using the while( device.Run() ) method, because if I use device.CloseDevice() the window disappears but the process remains. Here is the code I'm using: case KeyCode.KEY_ESCAPE: VideoManager.GetSingleton().Device.CloseDevice(); GameEngine.GetSingleton().Run...