示例#1
0
void DisplayManager::deinitialize() {
    if(mOgreRoot != nullptr) {
        _destroyWindow();
    }
}
示例#2
0
void CWebWindow::destroy()
{
    _destroyWindow();
    wkeDestroyWebView(this);
}