4. Closing the Application
<< RETURN TO THE PREVIOUS SECTION
Any application needs to be closed at some moment. To close your application as well as to manage its window parameters, controls events, etc. you should use App class.
In order to work with App class the UnigineApp.h library must be included.
#include <UnigineApp.h>
using namespace Unigine;
/* .. */
// closing the application
App::get()->exit();
Additional information:
- For more information on managing the application via API, see App class page.
Last update: 2018-08-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)