Esempio n. 1
0
void DisplayManager::deinitialize() {
    if(mOgreRoot != nullptr) {
        _destroyWindow();
    }
}
Esempio n. 2
0
void CWebWindow::destroy()
{
    _destroyWindow();
    wkeDestroyWebView(this);
}